Hi everyone,
I'm trying to create a filter that removes all zero's across 3 fields if all 3 fields are zero.
Here is the formula I currently have in the filter. It works, but it will also take 1,000.00 as well as 0.00. I need it to be only 0.00.
[X] AND [Y] AND [Z] != "0.00"
Thanks in advance!