Feature Request: nested filter and/or conditions

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.

How does monday.com not have this? How are there only 9 votes for this? This is such a basic need.

1 Like

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.

1 Like