Page 3 of 3
Re: adding two values from two textboxes
Posted: Wed Jan 04, 2023 7:37 am
by Lech Kulikowski
Hello,
Please send us test data for your report.
Thank you.
Re: adding two values from two textboxes
Posted: Thu Jan 05, 2023 2:57 am
by ddsmith99301
The data is proprietary. It would take me a while to mock-up a database. I did find a temporary workaround. I set the property, 'Process at' to 'End of page' on the text components that use the Variables that are set from data acquired earlier in text components.
Re: adding two values from two textboxes
Posted: Thu Jan 05, 2023 8:00 am
by Lech Kulikowski
Hello,
Ok.
Please let us know if you need any additional help.
Thank you.
Re: adding two values from two textboxes
Posted: Wed Jan 11, 2023 9:55 pm
by ddsmith99301
I cobbled together a sample report and SQL Server database for you to determine why the variable is set in one record and then the value is returned in the next record. I need it to be set and returned in the same record.
Re: adding two values from two textboxes
Posted: Fri Jan 13, 2023 1:08 pm
by Lech Kulikowski
Hello,
We need some time to investigate the issue, we will let you know about the result.
Thank you.
#9816
Re: adding two values from two textboxes
Posted: Fri Jan 13, 2023 5:23 pm
by ddsmith99301
Thank you!
Re: adding two values from two textboxes
Posted: Fri Jan 13, 2023 10:52 pm
by Lech Kulikowski
Hello,
It is specific of our engine in the Compilation mode.
You can use the following expression:
{VB2 = Totals.Sum(GroupHeaderBand1,QueryResults.Invoice_Transaction_Gross_Amount)}
or set the Calculation mode to the Interpretation.
Thank you.