Reputation: 11
I'm making a crystal report using Crystal Reports for VS2012 to show the amount of cord ordered to be cut during a date range. I've got everything working except one part and I'm not even sure this is possible.
How the report is set up right now is like this:
What I'm wanting to do is at the end be able to have a sum for each of our 3 main people and another sum for any other names in the report footer, so it looks like this:
Total:
Dan: ### (Total of all of Dan's Cord Length totals)
Tom: ### (Total of all of Tom's Cord Length totals)
Bob: ### (Total of all of Bob's Cord Length totals)
Other: ### (Total of all cord cut for people other than Dan, Tom, Bob)
Is there a way to do this, or am I just asking for to much?
Upvotes: 1
Views: 819
Reputation: 2111
U can get the sum of 3 people like this :
Insert --> Summary --> GrandTotal
so u can get the sum for all the users
For get the sum of only specific Group
Insert --> Summary --> GroupTotal
Try this...............
Upvotes: 0