Running Total

Stimulsoft Reports.NET discussion
Post Reply
Bensn
Posts: 7
Joined: Thu Feb 11, 2010 3:49 am
Location: Germany

Running Total

Post by Bensn »

Hi,

sorry, i've a new question...
how can i build a running total field? sometimes my report has more then one page and i want to see on every page the subtotal. Not the subtotal from this page (i know how this works), the subtotal from all positions to the current page.

best regards!
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Running Total

Post by Jan »

Hello,

Add postfix "Running" to total word. For example:

Code: Select all

{SumRunning(DataOrders.Amount)}
Thank you.
Bensn
Posts: 7
Joined: Thu Feb 11, 2010 3:49 am
Location: Germany

Running Total

Post by Bensn »

Thanks for your answer!
I added the SumRunning in the PageFooterBand. Now i get the total sum... not the running sum!

//Edit: Ok, if i set the sumrunning in the databand, i get the subtotal... but how can i solve this by adding the sumrunning in the pagefooter (the problem about this - see the text above ;))
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Running Total

Post by Edward »

Hi

Please see the following topic which is covers above discussed questions:

http://forum.stimulsoft.com/Default.aspx?g=posts&t=2204

Also your Footer can be printed in each page in the bottom when you set Footer.PrintAtBottom = tre and Footer.PrintOnallPages=true

Thank you.
Bensn
Posts: 7
Joined: Thu Feb 11, 2010 3:49 am
Location: Germany

Running Total

Post by Bensn »

Hm.. the problem is not to print the field in the bottom of the report - the problem is the value. In my running total i always have the complete sum of the report.
is it possible to upload my report to you, that i can show you my problem directly in the report?

regards.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Running Total

Post by Jan »

Hello,

You can send your report to our support@stimulsoft.com or you can attach it to your post on forum.

Thank you.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Running Total

Post by Ivan »

Hello,

Unfortunately, on the current moment, there is no simple way of solving of this problem.
As a workaround please check the "RunningTotals modified.mrt" in attachment.

Thank you.
Attachments
339.RunningTotals modified.zip
(3.24 KiB) Downloaded 605 times
Post Reply