TheBig1980s
IS-IT--Management
- Jun 11, 2007
- 60
In group footer #1 of a Crystal 9.0 report, I have the following formula:
if {#SumNetCost} < 5000 then {#SumNetCost} * .075 else (5000 * .075) + ({#SumNetCost} * .06)
It calculates correctly in the group footer, but not in the report footer.
When I research this issue on the net, I am finding that people out there are saying that it is not possible to get a report footer total for such a formula. This is because the formula is a running total formula and report footers do not allow for totaling running total formulas. Does anyone have any ideas?
if {#SumNetCost} < 5000 then {#SumNetCost} * .075 else (5000 * .075) + ({#SumNetCost} * .06)
It calculates correctly in the group footer, but not in the report footer.
When I research this issue on the net, I am finding that people out there are saying that it is not possible to get a report footer total for such a formula. This is because the formula is a running total formula and report footers do not allow for totaling running total formulas. Does anyone have any ideas?