Skip to content

Between ​

The between rule is designed to compare numerical values. It returns true if the value falls within the specified lower and upper numerical limits.

Options ​

  1. Lower Limit: Specify the lower numerical value of the range.
  2. Upper Limit: Specify the upper numerical value of the range.

Examples ​

Mid-range Products ​

In this example, we use the between rule to flag products with a price that falls between 50 and 100.

A screenshot illustrating the between rule used to flag products with a price between 50 and 100.
Between Rule Example