My report has one group, each with a varying amount of detail. I need to go the first record in each group, and if it matches a certain criteria, then count it. Otherwise move to the next group (not the next record in the current group.) My counter will never reset.
EXAMPLE:
Group 1
Closed 7/6/01
Testing 6/1/01
New 5/31/01
Group 2
Testing 6/15/01
New 6/10/01
Group 3
Rejected 5/1/01
New 4/28/01
CONDITION:
not ({GL_REQUESTS.STATUS} in ["CLOSED","CANCELLED","REJECTED"]) then...
this is where I want it to count or pass. In this example the count would be 1.
I have been playing around with variables and running totals and formulas and just can't seem to find the right combination. Any ideas?
Thanks
EXAMPLE:
Group 1
Closed 7/6/01
Testing 6/1/01
New 5/31/01
Group 2
Testing 6/15/01
New 6/10/01
Group 3
Rejected 5/1/01
New 4/28/01
CONDITION:
not ({GL_REQUESTS.STATUS} in ["CLOSED","CANCELLED","REJECTED"]) then...
this is where I want it to count or pass. In this example the count would be 1.
I have been playing around with variables and running totals and formulas and just can't seem to find the right combination. Any ideas?
Thanks