Page 1 of 1
calculate
Posted: Wed Jun 18, 2014 7:28 pm
by jddba
I have a question?
It is possible to make a calculation as follows?
COLUMN1 COLUMN2
146112 -2642215
-83772 -2275587 (this number is a result of -2642215+-83772)
-158700 -2884287 (this number is a result of -2275587+-158700)
......... ...........
and so for the other values
Re: calculate
Posted: Thu Jun 19, 2014 5:33 am
by HighAley
Re: calculate
Posted: Thu Jun 19, 2014 1:42 pm
by jddba
I'm doing it this way and the report shows nothing
{colSumRunning(DataBand1,auxiliar_cuenta.credito)}
Re: calculate
Posted: Fri Jun 20, 2014 11:56 am
by HighAley
Hello.
Please, try to use next expression:
Code: Select all
{colSumRunning(DataBand1,auxiliar_cuenta.credito)}
Thank you.
Re: calculate
Posted: Fri Jun 20, 2014 1:20 pm
by jddba
Thanks, i used that but the report shows this message
"The name "colSumRunning" does exist in the current context"
Re: calculate
Posted: Fri Jun 20, 2014 2:02 pm
by HighAley
Hello.
Sorry, this is wrong expression. Where did you get it?
Please use
Code: Select all
{SumRunning(DataBand1,auxiliar_cuenta.credito)}
Thank you.
Re: calculate
Posted: Fri Jun 20, 2014 7:04 pm
by jddba
appears the same message
"The name SumRunning does not exists in the current context"
Re: calculate
Posted: Mon Jun 23, 2014 10:01 am
by HighAley
Hello.
Could you specify which our product do you use?
What component and it's version?
Thank you.
Re: calculate
Posted: Wed Jun 25, 2014 7:31 pm
by jddba
I use Stimulsoft Reports.Fx for PHP 2014.1.1900
Re: calculate
Posted: Thu Jun 26, 2014 8:10 am
by HighAley
Hello.
Unfortunately, this function doesn't work in Reports.Flex.
You could use variable for summing.
Please, look at the attached image.
Thank you.