Link to home
Start Free TrialLog in
Avatar of mattkovo
mattkovo

asked on

Sum in Details Section

I need to sum the number of discounts and the amount of the discount in the detail section of Crystal Reports 2008.

I have a possible 750 {Discount.ID}'s and need to total the ({DISCOUNT_RECORD.Amount}) for each. I need this information to be displayed in the details sections of my mailing labels report.

How can I achieve this?

I know you can't use a where formula but I need something like this...

sum({DISCOUNT_RECORD.Amount}) where {Discount.ID} = {Discount.ID}

----------I figured it out-----------

Used Running Totals and  hid the previous IDs if they matched.
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial