Subtract
Reference documentation for using the Subtract expression
Written By Ben Lehmann
Last updated 9 months ago
Purpose | Subtracts one number from another number |
Parameters | Two values. The value types are numbers. |
Returns | Number |
Description
The expression will take away/subtract the Second Number from the First Number. If both inputs are valid numbers, the expression returns the result of the subtraction.

Comments
The types of the values on each field should be numbers only, providing any other type or providing no type will result in an error.
v3.0