Form variable types

TotalAgility supports the variables of type Array, Boolean, Byte, Date, Decimal, Numeric and String in a form.

Date variable

Use the Date variable to set the date in a form.

You can use @Today macro to get the current date, or a past/future date by adding or subtracting the number of days. For example, you can specify the variable value as @Today+5.

At runtime, when the form loads, the value of the variable is set to the current date, or current date + (plus) or - (minus) the number of days specified (if any).