Filter on not equal

When I have a filter I can filter on min and max, but I want to filter on not equal to 0.

The problem also is that in the calculations I can get multiple 0 (and -0). Can you try to add a filter like this?

Two options:

  1. Same filter, but check Future Values at the bottom
  2. Add another column to check if the column you originally tried to filter is true/false, then filter that new column instead.

Its in a sumtotal widget