I’ve got some cases for views that include multiple/combined values for a filter, for example:
- Tasks that are either unassigned or assigned to me (filter out assigned to not-me)
- Tasks that are (complete in the past 7 days) OR (incomplete and due in the next week)
- Tasks that are either High priority OR due in the next week
Stuff like that. At the moment for example I can only choose ‘Task Assigned To Is Blank’ or ‘Task Assigned To Equals Me’ but not both.