I want to show tasks with selected statuses on two different status columns (i.e. an OR of two different field values) but also want to And that whole piece with those due to start after a certain start date.
e.g.
(((Priority = “Priority”) or (Status = “Working on it”)) AND (Earliest Start Date Is on or before TODAY ))
This would be easy if the Filters allowed nested conditions.
You can actually do this if you use the rest API manually. It looks they just don’t expose it with the query builder. Be warned, updating it this way will cause the query builder to be broken until it’s reverted to a supported structure.