ModuloFieldByInterger

Description:

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

Parameters:

[Required]

Field

"Field (quotient)"


[Required]

Int64

"Constant value to divide by to calculate modulus (divisor)"


Example:

Field modulo_value (Fixed 0) RETRIEVE (StoreField modulo_quotient) ALSO (ModuloFieldByInteger modulo_quotient 11) (Decimal) SUPPRESS_DETAIL