Skip to main content
Filters numeric fields for values less than or equal to a specified number. Returns rows where the field value is ≤ the specified value.

Syntax

Properties

numeric_field
string
required
The numeric field to filter on, specified in the format view_name.field_name.
less_than_or_equal_to
number
required
The maximum value (inclusive). Returns rows where the field value is ≤ this number. Decimals are supported.

Examples

Total price is 100.00 or less
Age is 66 or more