It was detected in the following problem:
There is a report that, due to the number of items is generated on two pages. However, the sum of the sample weights incorrectly because it includes the weight of the first item on the next page.
The sum is being made in the PageFooterBand.
Stimulsoft summation ERROR
-
- Posts: 53
- Joined: Thu Aug 21, 2008 9:28 pm
- Location: Peru
Stimulsoft summation ERROR
- Attachments
-
- GuiaRemision.mrt
- (26.94 KiB) Downloaded 273 times
-
- ERROR DE SUMATORIA STIMULSOFT.pdf
- (76.54 KiB) Downloaded 280 times
-
- Posts: 30
- Joined: Tue Dec 01, 2015 6:19 pm
Re: Stimulsoft summation ERROR
Hi,
I'm with the same problem, your resolved?
I'm with the same problem, your resolved?
Re: Stimulsoft summation ERROR
Hello,
In certain cases the sum by the page can be calculated incorrectly.
In this case instead of expression, for example
please use the following expression (with Totals prefix) :
This method calculates the sum a little slower, but without errors (in report postprocess stage).
Thank you.
In certain cases the sum by the page can be calculated incorrectly.
In this case instead of expression, for example
Code: Select all
{ cSum(dataSource, expression) }
Code: Select all
{ Totals.cSum(dataSource, expression) }
Thank you.
-
- Posts: 53
- Joined: Thu Aug 21, 2008 9:28 pm
- Location: Peru
Re: Stimulsoft summation ERROR
Ivan, ok, solved it.
Thank you for your support
Thank you for your support
Re: Stimulsoft summation ERROR
Hello,
We are always glad to help you!
Also we will try to make some improvements in that direction. It will be work without Totals also. Will be available within one or two weeks.
Thank you.
We are always glad to help you!
Also we will try to make some improvements in that direction. It will be work without Totals also. Will be available within one or two weeks.
Thank you.