Hi all,
I was wondering if there are plans to implement default filters per tab? For example, I have two tabs that use the same database table, and I want to apply a different default filter value for different tabs, using the same column.
Currently for each tab I need to create a new filter each time with a slightly different name e.g. “Operation type” “Operation type a” “Operation type b” for three tabs that use the same table. It’s great that they are hidden when not connected, but it could be improved as the filter names don’t read well. I could create boolean columns for each value I want to filter on, but this causes bloat in the db.
Thanks