Problem
First, thank you for your work love the Project ❤️
When working with multiple filters in the Filters panel, all configured filters are applied together. This makes it difficult to experiment with filter combinations, temporarily enable/disable specific conditions, or quickly test the effect of a single filter without modifying or removing the others.
A common workflow is to create several filters and selectively apply only one or a subset of them while keeping the rest available for later use. Currently, this requires manually editing filters, which slows down data exploration and troubleshooting.
Proposed solution
Add support for applying filters individually or selectively.
Suggested UI/behavior:
- Add an "Apply" button next to each filter row to execute that specific filter.
- Add a checkbox or toggle for each filter to mark it as active/inactive.
- Add an "Apply Selected" action that applies only the checked filters.
- Optionally keep the current "Apply All" behavior for users who want to execute every configured filter at once.
This would make it easier to:
- Test filter conditions independently.
- Quickly compare different filter combinations.
- Temporarily disable filters without deleting them.
- Improve workflows when analyzing large datasets.
A similar implementation exists in TablePlus, where each filter can be applied individually and selected filters can be applied together.
Alternatives considered
Current workaround:
- Manually remove or edit filters before applying.
- Recreate filters when switching between different filter combinations.
These approaches are slower and make iterative data exploration less efficient.
Related database type
N/A / General
Problem
First, thank you for your work love the Project ❤️
When working with multiple filters in the Filters panel, all configured filters are applied together. This makes it difficult to experiment with filter combinations, temporarily enable/disable specific conditions, or quickly test the effect of a single filter without modifying or removing the others.
A common workflow is to create several filters and selectively apply only one or a subset of them while keeping the rest available for later use. Currently, this requires manually editing filters, which slows down data exploration and troubleshooting.
Proposed solution
Add support for applying filters individually or selectively.
Suggested UI/behavior:
This would make it easier to:
A similar implementation exists in TablePlus, where each filter can be applied individually and selected filters can be applied together.
Alternatives considered
Current workaround:
These approaches are slower and make iterative data exploration less efficient.
Related database type
N/A / General