ModuloIntergerByField

Description:

This method calculates the modulus by dividing a constant by the value of another field and store the result in the current field.

PARAM "Constant value" int64

PARAM "Field to divide by to calculate modulus" field

Parameters:

[Required]

Int64

"Constant value (quotient)"


[Required]

Field

"Field (divisor)"


Example:

Field modulo_value (Fixed 0) RETRIEVE (StoreInteger 124) ALSO (ModuloIntegerByField 124 modulo_divisor) (Decimal) SUPPRESS_DETAIL