I'm new to this Actuate 8 SP1 reporting tool but am really enjoying working with it.
I'm having just one slight issue:
The data I'm reading in has a column called TORT_OPT and can either be a F or L. I want to put a count line at the end of the group section that has the agency id and the F count and the L count.
so im looking to have [AGENCY_ID] [COUNT() OF 'F'] [COUNT() of L]...
i tried to use iif statement but it's not working the way i would think it would.
I had IIF([TORT_OPT]="F", COUNT( ), 0) but everything came out as a 0...
Should i be putting code in the onRow or onFinish sections?
Any suggestion or help is greatly appreciated.
Tom C
I'm having just one slight issue:
The data I'm reading in has a column called TORT_OPT and can either be a F or L. I want to put a count line at the end of the group section that has the agency id and the F count and the L count.
so im looking to have [AGENCY_ID] [COUNT() OF 'F'] [COUNT() of L]...
i tried to use iif statement but it's not working the way i would think it would.
I had IIF([TORT_OPT]="F", COUNT( ), 0) but everything came out as a 0...
Should i be putting code in the onRow or onFinish sections?
Any suggestion or help is greatly appreciated.
Tom C