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:

  1. Click on the first operand of your rule
  2. Select Functions → Multiple of a threshold
  3. Select your transaction amount field
  4. Select the 100 threshold

Configuration of the "Multiple of a threshold" function

  1. Choose the "=" operator
  2. Type True in 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