I am not able to use <> in the report Filter.
For Example, I have a report that lists 150 records.
If I use ReportFilter below I get 10 records.
Location = 77
If I use ReportFilter below I get 150 records.
Location <> 77
I should get 140 records when I have ReportFilter Location <>77. I can get the filter to work fine with equal sign but it does not work with not equal sign?
For Example, I have a report that lists 150 records.
If I use ReportFilter below I get 10 records.
Location = 77
If I use ReportFilter below I get 150 records.
Location <> 77
I should get 140 records when I have ReportFilter Location <>77. I can get the filter to work fine with equal sign but it does not work with not equal sign?