Hi community!
Do you know how multiple dashboard filters can be grouped under a single button? The user clicks "more" to view more filters and can make use of them through a dedicate dropdown modal. That's a handy solution if you have many filters and don't want all of them to be immediately visible to users by default.
An unintended side-effect of grouping dashboard filters this way is that any active filters that are grouped together are not going to pop-out from the modal when the are being applied to the dashboard.
Let's say that we have a filters A, B and C.
If a user makes a filter selection for filters A and B and then presses "update" to reload the dashboard, they will be able to see dashboard tiles filtered according to A and B but the filtering condition of filter A is not going to be visible.
In other words, you can filter that dashboard using all types of filters, but you can't easily reference all the conditions that you are applying to the dashboard unless you navigate again to the grouped filters to see what was selected for them.
Is there a solution for this that would allow in-use conditions of grouped filters to be brought forward?
Thanks,
Daniel