View Full Version : Add column that sums a group


dealwi8me
11-30-2009, 10:34 PM
Hello,

I have a report that shows all products of a category of products as following:

Page Header:
Code Quantity Price
Detail:
1. CV32 2 321,12
2. CV33 19 457,1
3. CV34 124 3241,0

is it possible to add a column as following

Code Quantity Price Sum
1. CV32 2 321.12 321.12
2. CV33 19 457.1 778.22
3. CV34 124 3241.0 4019.22

Thank you in advance.

GalaxiomAtHome
11-30-2009, 11:42 PM
You want a "running total".
There was a thread here recently on that topic but I don't know if that was exactly what it was about.

dealwi8me
12-01-2009, 12:01 AM
I added a field with default value =[Price] and Running Sum=Over group and worked :)

Thank you for the help