Filters numeric fields for values within a specified range. Returns rows where the field value falls between the minimum and maximum values.Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Properties
The numeric field to filter on, specified in the format
view_name.field_name.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