Stimulsoft summation ERROR

Stimulsoft Reports.NET discussion
Post Reply
Milton Guevara
Posts: 53
Joined: Thu Aug 21, 2008 9:28 pm
Location: Peru

Stimulsoft summation ERROR

Post by Milton Guevara »

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.
Attachments
GuiaRemision.mrt
(26.94 KiB) Downloaded 273 times
ERROR DE SUMATORIA STIMULSOFT.pdf
(76.54 KiB) Downloaded 280 times
muriloruiz
Posts: 30
Joined: Tue Dec 01, 2015 6:19 pm

Re: Stimulsoft summation ERROR

Post by muriloruiz »

Hi,

I'm with the same problem, your resolved?
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Re: Stimulsoft summation ERROR

Post by Ivan »

Hello,

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) }
please use the following expression (with Totals prefix) :

Code: Select all

{ Totals.cSum(dataSource, expression) }
This method calculates the sum a little slower, but without errors (in report postprocess stage).

Thank you.
Milton Guevara
Posts: 53
Joined: Thu Aug 21, 2008 9:28 pm
Location: Peru

Re: Stimulsoft summation ERROR

Post by Milton Guevara »

Ivan, ok, solved it.
Thank you for your support
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Stimulsoft summation ERROR

Post by Alex K. »

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.
Post Reply