Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Through "evaluateFormula" from Virtual functions you have access to Supported math operators, formulas and functions


Main principle is you match current record's field's value with a given value

Code Block
fieldname:value

...

Important to follow the concept of a field name followed by a value to check against separated with :


To match values against regular expressions please consider using "matches" function from Virtual functions

Code Block
myfield.matches(^[a-zA-Z0-9]*$):true


Reserved words to use in expressions:

...