The following is an overview of basic functionality that can be used when creating formulas for DataDynamic calculated variables.
- Formulas are case-insensitive.
- All variables in your dataset are available for use inside a formula.
- All standard arithmitic expressions can be used:
- addition (+),
- substraction (-),
- multiplication (*),
- division (/),
- power (^)
- mod (%)
- parenthesis '(' and ')'
- equals (=)
- not equals (<>)
- less then (<)
- more then (>)
- less then/equals to (<=)
- greater then/equals to (>=)
- binary operators (AND, OR, XOR, NOT, <<, >>)
- Decimal separator is always a dot (.)
- Function parameters are always separated by a comma (,)
- String literals are surrounded by a double quote (")
- Character literals are surrounded by a single quote (')
- Special literals are 'True', 'False' and null.
- Hexadecimal literals can be specified using the '0x' prefix, so f.e. '0xFF' for value 255
- Date literals can be specifed surrounded by '#' in locale format