Numbers
How to use filter operators for facets containing values of number datatype.
Explorer provides several ways to filter numeric data columns, allowing you to find specific values or ranges within your dataset.
Available Number Operators
When working with numeric columns, you can filter using these operators:
min - Shows values greater than or equal to a specified number
max - Shows values less than or equal to a specified number
between - Shows values within a specified range
not - Excludes specific numeric values
empty/not empty - Shows only empty or non-empty values
Basic Number Filtering
To filter numeric data:
Click the search input in your chosen filter
Select your desired operator
Enter your number(s)
Click "Apply"
Using Range Filters
The "between" operator is particularly useful for finding values within a specific range:
Select the "between" operator
Enter your minimum value
Enter your maximum value
Click "Apply"
You can combine multiple numeric filters on different columns to narrow down your results further.
Last updated
Was this helpful?