Page 1 of 1

Totalling Editable Fields

Posted: Sun Jan 18, 2015 11:08 pm
by mriggall
Hi Aleksey

I have a report that contains 3 editable fields in it. I would like to have a text control at the end of these editable fields that adds up the values and displays the total.

Could you suggest a way that this can be scripted into the BeginRender event of the report??

thanks

Matt

Re: Totalling Editable Fields

Posted: Tue Jan 20, 2015 12:23 pm
by HighAley
Hello, Matt.

Unfortunately, the editable fields are created to make changes in already rendered report.
If you need to do any changes the report should be rendered again, but all changes of the editable fields will be lost.
Maybe you should use request from use variables.

Thank you.