{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}

Programming Shortcut Functions

The following control structures can be used in formulas instead of other control structure operators, like: if-then-else.
Click on a function name to get more information about it.

  • Choose - choose one alternative (switch-case)
  • IIF - conditional execution (if-then-else)
  • Switch - switch on conditions (if-elseif-sequence)