...
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.
...