Reputation: 415
how can i add the total of a group ?
Group 1
accnt amount type
-----------------------------
xxx 100.00 project
yyy 50.00 project
zzz 50.00 project
-----------------------------
Total Group 1 200.00
Group 2
accnt amount type
-----------------------------
aaa 75.00 nope
bbb 75.00 nope
-----------------------------
Total Group 2 150.00
Now, i want to get the total of the group like group 1 + group 2 = 350
how to do that in crystal report ?
Upvotes: 0
Views: 3017
Reputation: 1645
right click your amount field and select Insert Summary... Calculate SUM ... Summary Location should be Grand Total(Report Footer)
Upvotes: 1