Filters updates

We’ve just added the ability to create filters by dragging the corresponding columns into the filter group:

1 Like

We’ve just improved the tooltips, that was a popular request:

Starting with version 1.27.0, we’re introducing updates to the Multi-value filter and adding the ability to switch between numeric and categorical filters:

  • The Multi-value filter lets you filter columns that contain multiple values in a single cell, treating each value as an individual filter option.
    Each filter value has two checkboxes, allowing you to include or exclude rows that contain it. The AND/OR toggle controls how selected values are combined within the filter.
    You can add it from the Filter Panel hamburger menu (Add Filter > Multi Value…)
    Once added, the Multi-value filter uses the .multiValueSeparator column tag to split values in the selected column.

multi-value-filter

  • You can now switch a numeric filter to a categorical filter and back:
    • When switching the filter type, its settings are reset
    • The selected filter type is persistent in both the layout and the project

switch-filter-type

1 Like