stkoontz
asked on
Crystal Reports Adding up totals in details section
I'm working on a report where I need to add multiple amounts in a single group. Here's an example:
The report now shows....
Grouped by Church Name
Detail Section
Amount Name
100 John Doe
-50 John Doe
200 Jane Doe
-25 Jane Doe
I need this to show...
Grouped by Church
Detail Section
Amount Name
50 John Doe
175 Jane Doe
I can put a running total field in the Details Section, but the report still shows each record with duplicate names.
Any ideas on getting the output above? I'm working with CR 2008.
Thanks,
Steve
The report now shows....
Grouped by Church Name
Detail Section
Amount Name
100 John Doe
-50 John Doe
200 Jane Doe
-25 Jane Doe
I need this to show...
Grouped by Church
Detail Section
Amount Name
50 John Doe
175 Jane Doe
I can put a running total field in the Details Section, but the report still shows each record with duplicate names.
Any ideas on getting the output above? I'm working with CR 2008.
Thanks,
Steve
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thanks Buttercup1. Adding a second grouping under the name did the trick.
Steve
Steve
Group by the NAME field (Jane Doe/John Doe)
Put the amount field in the detail section
Right click it
Click INSERT --> SUMMARY
Set it as a sum
Set it to go in the NAME group
CLick OK
You can drag it to the group header and put it next to the name or drag the name to the gorup footer
Suppress the details section
mlmcc