Page 1 of 1

Performing Calculations on a Variable

Posted: Tue Nov 11, 2025 1:12 pm
by TecnologiaMV
Dear

Is it possible for a variable, where the option requested from the user is used, to be used for some type of calculation?

For example:

The user will provide a date value; I want to add 24 hours to this date and use this value in the report.

Re: Performing Calculations on a Variable

Posted: Wed Nov 12, 2025 7:42 pm
by Lech Kulikowski
Hello,

You can use the following expression in the report:
{Variable.AddHours(24)}

Thank you.