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
- Lower Limit: Specify the lower numerical value of the range.
- 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.