calculate

Сonversation on different topics
Post Reply
jddba
Posts: 8
Joined: Wed Jun 11, 2014 7:57 pm

calculate

Post 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
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: calculate

Post by HighAley »

Hello.

Please, use the Running Total option in the Text Editor.

Thank you.
jddba
Posts: 8
Joined: Wed Jun 11, 2014 7:57 pm

Re: calculate

Post by jddba »

I'm doing it this way and the report shows nothing

{colSumRunning(DataBand1,auxiliar_cuenta.credito)}
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: calculate

Post by HighAley »

Hello.

Please, try to use next expression:

Code: Select all

{colSumRunning(DataBand1,auxiliar_cuenta.credito)}
Thank you.
jddba
Posts: 8
Joined: Wed Jun 11, 2014 7:57 pm

Re: calculate

Post by jddba »

Thanks, i used that but the report shows this message

"The name "colSumRunning" does exist in the current context"
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: calculate

Post 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.
jddba
Posts: 8
Joined: Wed Jun 11, 2014 7:57 pm

Re: calculate

Post by jddba »

appears the same message

"The name SumRunning does not exists in the current context"
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: calculate

Post by HighAley »

Hello.

Could you specify which our product do you use?
What component and it's version?

Thank you.
jddba
Posts: 8
Joined: Wed Jun 11, 2014 7:57 pm

Re: calculate

Post by jddba »

I use Stimulsoft Reports.Fx for PHP 2014.1.1900
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: calculate

Post 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.
Attachments
FlexSumRunning.mrt
(16.92 KiB) Downloaded 325 times
Post Reply