Hello, I am having a problem with a report. This is the circumstance. In the report I have two fields, one is device and the other is Job names. I then do a count on the number of job names. Some have 1,2, 3,4,5,6,7,8 etc. I want to filter on the count. But there does not seem to be a way.
I recommend making a new variable which basically says the following:
=if (count(job number) IN Device) > 4 then “Y” else “N”
Then put a filter on the new variable (obviously, selecting on the “Y” values) This will keep your filter dynamically updated.
Jason Beard
AGD Consulting
===================================================================== Hello, I am having a problem with a report. This is the circumstance. In the report I have two fields, one is device and the other is Job names. I then do a count on the number of job names. Some have 1,2, 3,4,5,6,7,8 etc. I want to filter on the count. But there does not seem to be a way.