Versions Compared

Key

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

...

References to external data-fields are expressed using square brackets.

Code Block
=[yourfield]

References to external data-fields with parentheses in their titles are expressed using square brackets with quotation marks included inside them.

Code Block

=["yourfield (containing parentheses)"]

Possible operators are:

  • Basic computation: +, -, *, /
  • Percentage: %
  • Power: ^
  • String-concatenation: &
  • Comparisons: =, <>, <, <=, >, >=
  • Formulas can have braces.

...