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:

  1. Click the search input in your chosen filter

  2. Select your desired operator

  3. Enter your number(s)

  4. Click "Apply"

Using Range Filters

The "between" operator is particularly useful for finding values within a specific range:

  1. Select the "between" operator

  2. Enter your minimum value

  3. Enter your maximum value

  4. Click "Apply"

Last updated

Was this helpful?