Cumulated sum
Hello all,
Someone can help to do the following with ReportBuilder :
I am traversing a table with the following columns:
Date Amount Amount Cumulated
09/01 1000 1000
09/02 1000 2000
09/03 2000 4000
Date and Amount are columns table. How Can I handle the amount cumulated ?
Thanks for your help
Ben
Someone can help to do the following with ReportBuilder :
I am traversing a table with the following columns:
Date Amount Amount Cumulated
09/01 1000 1000
09/02 1000 2000
09/03 2000 4000
Date and Amount are columns table. How Can I handle the amount cumulated ?
Thanks for your help
Ben
This discussion has been closed.
Comments
up the DataField property to the Amount datafield from the pipeline.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Ben