Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added special case about fields - note: cant see preview

...

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

Code Block
=[yourfield]

If a field's name contains special characters, first surround it with double quotes:

Code Block

=["[Reseller].[Reseller.Reseller].[All Resellers].[東京店]]

Possible operators are:

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

...