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.
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
To filter numeric data:
Click the search input in your chosen filter
Select your desired operator
Enter your number(s)
Click "Apply"
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
You can combine multiple numeric filters on different columns to narrow down your results further.
Last updated 1 year ago
Was this helpful?