DIVIDE Operation
How to use the DIVIDE operation for Computed Attributes
Definition
The DIVIDE operation divides one number by another.
Example
DIVIDE(10, 2)
Result:
5
Syntax Guide
DIVIDE(dividend, divisor)
dividend - The number to be divided.
divisor - The number to divide by.
divisor cannot equal 0