Multiple of a threshold
Definition
The Multiple of a threshold function allows you to check if a numeric field is a round amount, based on a reference threshold.
You can select the thresholds between all powers of 10 from 1 to 1,000,000,000. The function will return true if your field is a multiple of the selected threshold, or else otherwise.
Example
Let's say we want to check if the amount of a transaction is a multiple of 100:
- Click on the first operand of your rule
- Select Functions → Multiple of a threshold
- Select your transaction amount field
- Select the 100 threshold

Configuration of the "Multiple of a threshold" function
- Choose the "=" operator
- Type
Truein the second operand
There you go! Here's what your rule should look like:

Rule checking if the transaction amount is a multiple of 100
Updated about 5 hours ago