Hello!
We have multiple cascading filters when filters affect each other values. For example we have series filter that affects subseries filter. For example I’ve selected series-3
and subseries filter showed only the subseries of series-3
.
Now, what we want to achieve is that when nothing is selected at all in the series, it’s treated in a same way as if select all
was selected on this filter. Right now if nothing is selected, it’s not showing anything for subseries, which is expected behavior. Although we are looking to find a workaround to achieve what we would like to achieve.
I’ve tried added OR
condition which look like this
and this basically means
all
and I can see that data appears in the tableBut the cascading filter
subseries
doesn’t show anything. Seems like it just focuses on the first part of the condition, because if I select again some series, the subseries will show me only the ones belonging to series.
Is it even possible to achieve what we would like to achieve?
Best regards,
Kseniya