I have 2 databases.
1- Projects
2- Tasks
I want to have a view with only the projects that have active tasks, unless all of them are without a date. That will mark the project as waiting.
Examples:
Project 1
It has 2 unchecked tasks with a date and 2 unchecked tasks without a date.
It appears in active projects. (active)
Project 2
It has 5 checked tasks with a date and 2 unchecked tasks without a date.
It does not appear in active projects. (waiting)
Project 3
It has 4 unchecked tasks without a date.
It does not appear in active projects. (waiting)
Project 4
It has 5 checked tasks with a date.
It does not appear in active projects. (done)
Project 5
It has 3 unchecked tasks with a date.
It appears in active projects. (active)
I need to show the projects only when there are unchecked tasks with an assigned day, even when it has other tasks without a date yet. But hide the ones that only have tasks without a date.
What is the best way to do this in Notion?
Thank you!