Running Totals
Posted: Thu Mar 08, 2007 7:26 am
Sorry if this is a simple question, maybe I missing something, but how do I create a running total? I want to calculate a balance coloumn like:
Reason | Credit/Debit | Balance
---------+--------------+----------
XXX | 10.0 | 10.0
XXX | 10.0 | 20.0
XXX | 10.0 | 30.0
I see there is a section in the manual entitled "Calculation of a growing total" [1], but this doesn't make a huge amount of sense to me. Is this possible easily though the desiner GUI or do I have to write some C# code to achive this?
[1] http://www.stimulsoft.com/Documentation ... tarted.htm
Reason | Credit/Debit | Balance
---------+--------------+----------
XXX | 10.0 | 10.0
XXX | 10.0 | 20.0
XXX | 10.0 | 30.0
I see there is a section in the manual entitled "Calculation of a growing total" [1], but this doesn't make a huge amount of sense to me. Is this possible easily though the desiner GUI or do I have to write some C# code to achive this?
[1] http://www.stimulsoft.com/Documentation ... tarted.htm