Skip to Content
0
Former Member
Jun 11, 2009 at 07:59 AM

display the sum of a group

26 Views

Hi,

I what i want do is simple but can't find it anyway, I am just a beginner with crystal. My report displays a list of product group by product_group. I want to to display in the header of each group the sum of the product price included in that group of course.

Example:

Product Group--


product price--


Product group A -


<Sum price>----


10.00

-


product A--


5.00--


-


product B--


3.00--


-


product C--


2.00--


Product group B--


<sum price>--


6.20

-


product D--


2.20--


-


product E--


4.00--


I have tried the formula field and the running total field but I am probably doing it wrong . Either it gives the sum of all the articles or the only the price of the first article included in the group.