Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Everything E3D

Late Evaluation of Variables

  • Last UpdatedSep 08, 2025
  • 1 minute read

Variables stored in file report templates must be used with one of the late evaluation operators described below. Without these operators, the variables would be evaluated as soon as the form containing them is actioned using the OK or Apply button, instead of being stored as variables in the template and evaluated when the template is run.

The three operators are:

  • VTEXT, used for the late evaluation of variables when a text result is required.

  • VLOGICAL, used for late evaluation when a logical result is required.

  • VVALUE, used for late evaluation when a numeric result is required.

  • Examples of using the report variables with the late evaluation operators are given in the following sections.

Related Links