Allow/Ignore zeros in valueGetter and aggFunc

Hello @kjurukova,

To ignore a non-value:

params.value ? (Rest of function) : null
1 Like