Reputation: 3867
suppose if i have many locations like L!,L2,L3 etc
each location hasAmount column with many records how can i totl the amount of each location in Crystal report
Upvotes: 0
Views: 226
Reputation: 166396
You need to create a Group for the Location, and then add a total field for SUM of Amount.
If you need me to explan the steps for you, please feel free to ask.
That should be about it. Now you can play around with the formatting as required.
Upvotes: 1