Used to perform basic mathematical calculations (+, -, *, /).
1. | First Number | (Mandatory) | Numeric value which may be entered by the user or obtained from System, Campaign or Script fields. In the example below (Fig. 1), the First Number is obtained from the Script field OrderQuantity. |
2. | Second Number | (Mandatory) | Numeric value which may be entered by the user or obtained from System, Campaign or Script fields. In the example below (Fig. 1), the Second Number is a value (price) obtained from the Campaign field UnitPrice. |
3. | Operator | (Mandatory) | The mathematical operator. In the example below (Fig. 1), the Multiplication operator (*) has been selected. |
1. | Result | (Mandatory) | A Campaign or Script field in which the result of the calculation is stored. In the example below (Fig. 2), the Output is captured to a Script variable OrderValue. |