Builtins overview
EngineBuiltins
Builtins are functions available inside form0 expressions. You can use them in calculated fields
and in form.events.code without importing anything.
Where builtins are used
- CalculatedField expressions (
calculate) - Event code (
form.events.code)
Categories
| Category | Example builtins |
|---|---|
| Logical | IF, AND, OR |
| Math | ROUND, CEILING |
| String | UPPER |
| Choice | CHOICEVALUE, CHOICELABEL |
| Schema | DATANAMES |
| Control | SETRESULT, EVAL |
| Events | ON, OFF, ALERT, SETVALUE |
Next:
Last modified on