Attribute Filters
Filter which features are visible on the map based on their attribute values. Filters hide features that don't match your criteria without removing them from the layer.
Adding a filter
- Open a layer's settings in the Layers panel.
- Expand the Filters section.
- Click Add filter.
- Select an attribute field.
- Choose an operator.
- Enter a value.
Operators
Available operators depend on the field type:
Text fields
| Operator | Description |
|---|---|
| equals | Exact match |
| not equals | Does not match |
| contains | Field contains the text |
| not contains | Field does not contain the text |
| in | Field matches any of a set of values |
| is empty | Field has no value |
| is not empty | Field has a value |
Number fields
| Operator | Description |
|---|---|
| equals / not equals | Exact number match |
| greater than / greater or equal | Above a threshold |
| less than / less or equal | Below a threshold |
| between | Within a range (two values) |
| is empty / is not empty | Has or lacks a value |
Yes/No fields
| Operator | Description |
|---|---|
| equals | Yes or No |
| is empty / is not empty | Has or lacks a value |
Managing filters
- Toggle individual filters on/off without removing them
- An active filter count badge shows how many filters are applied
- Remove a filter by clicking the delete icon
note
Filters also work inside Analytics widgets. You can apply a filter in the widget configuration that only affects the chart, then click "Apply to Map" to promote it to the map layer.