Running Total
Running Total
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!
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!
Running Total
Hello,
Add postfix "Running" to total word. For example:
Thank you.
Add postfix "Running" to total word. For example:
Code: Select all
{SumRunning(DataOrders.Amount)}
Running Total
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
)
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

Running Total
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.
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.
Running Total
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.
is it possible to upload my report to you, that i can show you my problem directly in the report?
regards.
Running Total
Hello,
You can send your report to our support@stimulsoft.com or you can attach it to your post on forum.
Thank you.
You can send your report to our support@stimulsoft.com or you can attach it to your post on forum.
Thank you.
Running Total
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.
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