stormtrooper
Programmer
Hi there. I have a report in which I have 3 amt totals (positive, negative and equals). If the amt_owing is pos. then group by "Funds Due", if amt_owing is neg. then group by "In Arrears". What I need now is if the amt_owing is equal then suppress the group. That is not display anything in the report. Here's what I have so far:
if {@TotPd/PermitValueDiff} < 0 then "IN ARREARS"
else if {@TotPd/PermitValueDiff} > 0 then "FUNDS DUE"
The above formula is called: @InArrears/FundsDueStts
This formula is also what I'm grouping by. That is, it is my Group #1 Name.
This is CR7.
Thanks
if {@TotPd/PermitValueDiff} < 0 then "IN ARREARS"
else if {@TotPd/PermitValueDiff} > 0 then "FUNDS DUE"
The above formula is called: @InArrears/FundsDueStts
This formula is also what I'm grouping by. That is, it is my Group #1 Name.
This is CR7.
Thanks