Page 2 of 2

Re: Max/Min with strings

Posted: Thu Jul 17, 2014 6:09 am
by Alex K.
Hello,

We made some improvements in that direction, and now we need the sample report which reproduce the issue for analysis.
We couldn't reproduce this bug on our test data.

Thank you.

Re: Max/Min with strings

Posted: Mon Aug 04, 2014 9:39 am
by LukasT
Hello,
ok.... I have done some investigation and now I see, that difference is in using aggregation functions in two forms... Without Totals. prefix are functions faster. But some functions needs to have this prefix, because they are not available (SumRunning), so we are using all of them with prefix Totals... What is difference? What to use?
Thank you...

Re: Max/Min with strings

Posted: Mon Aug 04, 2014 1:25 pm
by HighAley
Hello.

The usual aggregation functions works in the events at rendering time.
The Totals functions are calculated at the moment when they are called. So it takes more time.
We are working on the optimization of the Totals functions.
Sometimes the functions without totals give not expected result.

Thank you.