I have a dataset where I need to filter out lines of data that contains 0 in two fields. The current filter I have is:
[AP Amount] != 0 and [Expense Amount] != 0
Unfortunately this filter removes all lines of data that have a zero. I'm looking to keep lines of data that may have a 0 in one field and a value in the other. Can anyone assist?