DivideIntegerByField

Description:

This method divides a constant by the value of another field, storing the result in the current field. An error will be displayed and a result of -1 returned if the divisor is zero.

Parameters:

[Required]

Int64

"Constant value"


[Required]

Field

"Field to divide by"


Example:

Field quotient (Fixed 2) RETRIEVE (DivideIntegerByField 24 divisor) (Decimal) "Result"