Cumulative field/column

smyeong

Registered User.
Local time
Tomorrow, 00:40
Joined
Mar 17, 2003
Messages
27
would like to implement in the grafic a cumulative function in one collumn


like for one field "value" : value + (value+1) + (value+2) + .....+

(value+n)


where he sums the value and the folowing one until the end....


How can I do this?



can you help me on this simple question

Thanks in advance.
 
In a report you can do this with a running sum.
 

Users who are viewing this thread

Back
Top Bottom