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 group A -
<Sum price>----
10.00
-
product A--
-
product B--
-
product C--
Product group B--
6.20
-
product D--
-
product E--
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.