Friday, January 3, 2014

Crystal Report : Group wise total at the Group Header

To show the Group wise total at the group header in Crystal Reports,

Follow the following steps.,
1. Create a Crystal report formula.
2. Use the following expression
sum ({tablename.field_to_summarize}, {tablename.field_you_wanna_grouping_on})
3. Place the created formula in the required group header.

No comments:

Post a Comment

Thanks for your valuable feedback.