Skip to main content
Filters numeric fields for values within a specified range. Returns rows where the field value falls between the minimum and maximum values.
This filter is inclusive of the minimum and maximum values.

Syntax

Properties

string
required
The numeric field to filter on, specified in the format view_name.field_name.
number[]
required
An array with two numeric values. Decimals are supported.
  • min_value - The minimum value. Rows with this value will be included in the results.
  • max_value - The maximum value. Rows with this value will be included in the results.

Examples

Total price is between 10 and 100
Age is not between 18 and 30