DIVIDE (/)
The following section describes the syntax and usage of the DIVIDE (/) function in ActivityInfo.
Description
The DIVIDE (/) function is used to divide one numeric value from another.
Syntax
value1/value2
Argument | Required | Description |
---|---|---|
value1 | Yes | The first value you wish to divide. The value must be numeric. |
value2 | Yes | The second value you wish to divide from the first. The value must be numeric. |
Result
The mathematical result of dividing value1 and value2.
Example
We will be using the DIVIDE (/) function to calculate a value from two arguments.
Arguments
We will be using two Quantity Fields - "Value 1" (Code: VAL1) and "Value 2" (Code: VAL2).

Formula
VAL1/VAL2
Results
