Arithmetic Operators
The following table describes arithmetic operators.
Operator | Purpose | Example |
---|---|---|
+ |
Add |
[Record Number] + 1 |
- |
Subtract |
[Record Number] - 1 |
- |
Negate |
[Revenue] < -100 |
* |
Multiply |
[Subtotal] * 0.0625 |
/ |
Divide |
[Total Items] / [Total Orders] |
^ |
Exponent |
[Grid Height] ^ 2 |