Divide
Reference documentation for using the Divide expression
Written By Ben Lehmann
Last updated 10 months ago
Description
The expression will divide the First Number by the Second Number. If both inputs are valid numbers, the expression returns the result of the division.

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