So I wish to filter a table for various conditions in a dashboard.
The easy way to do this would be like this: condition1 AND condition2 AND (condition3 or condition4 or condition5 or conditionX). But I can't seem to be able to achieve this in dashboards. The only way i found was:
(condition1 and condition2 and condition3) OR (condition1 and condition2 and condition4) OR (condition1 and condition2 and condition5) OR (and so on for every other OR condition)
However, I know that you can better combine AND and OR in map viewer. Why not in dashbords?
Thanks!
EDIT
Just to be clear, I'm talking about filtering data in a TABLE.
