Add column that sums a group

dealwi8me

Registered User.
Local time
Today, 06:57
Joined
Jan 5, 2005
Messages
187
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.
 
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.
 
I added a field with default value =[Price] and Running Sum=Over group and worked :)

Thank you for the help
 

Users who are viewing this thread

Back
Top Bottom