I am trying to build a report that will bring in records with certain parameters (filters). Every other parameter works fine and I'm getting the results I'm looking for. However, I'm having trouble eliminating rows where the Amount =0.
I have my filters set up in A2:B4 and tried adding Amount with the filter of >0. I've tried every combination of ">0",">"&0,">&0",">"0, but nothing seems to work.
=NL("Rows","Sales line",,"filters=",$A$2:$B$4,"Amount",">"&0)
Can anyone advise?
