add a or logical for the view filter of set and collection
How Could It Be Done?
Make have a logic checkbox for each filter.
AND logic: Objects only shows up if match all the checked filter.
OR logic : Objects will shows up if match one of the unchecked filter.
Real World Use-Cases
I have many task assigned to many people. Now I can’t filter the tasks assigned to those people in one view.
If I made a view for each people, that will result in too many view which is obviously hard to manage.
The Filter can already do that.
AND logic: “Has all off …”
OR logic: “Has any off …”
OK, there are cases where we need a complexer logic:
[[Has A AND B] OR [C AND D]] AND NOT [E]
There are already many threads about improving the Filter’s logic.
Your FR doesn’t suggests anything new what’s not already discussed.