Hi,
I have a Crystal Report v 10 report that is grouped by Manager and Unit.
I have the following formula in the detail section:
@Redemption:
IIf({NET}='Y',IIf({DOLLARS}<0,{DOLLARS},0),IIf({REDEMPTIONS}+{CHARGE}<{PURCHASES},0,{PURCHASES}-({REDEMPTIONS}+{CHARGE})))
And I have the following...