...
And if used within TableViewMerger or ValueView macros then calculated per row values might also be aggregated across the matched rows
Warning |
---|
Function names are CASE SENSITIVE |
Mathematical Operators | |
---|---|
Operator | Description |
+ | Additive operator |
- | Subtraction operator |
* | Multiplication operator |
/ | Division operator |
% | Remainder operator (Modulo) |
^ | Power operator |
...