I have a context @WaitingFor for tasks that needs my team members feed back to me, so I don't need to see this kind of tasks every day.
I don't need to see the tasks that have a Start date after 2 days.
So I want to create a “To-do-today” filter:
1、Show tasks that have Start date in 2 days;
2、Show tasks that "Start date" is not settled (maybe I will take action to decide the start date, or keep start date not settled);
3、Hide all tasks that have context @WaitingFor
I user "Or" to link this 2 condition:
Start date before or equals "2"
Start date equals ""
But how to hide tasks with context @WaitingFor,I tried a lot but can’t find a perfect condition.
Who will help to explain how to do it?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, All friends Here
I have a context @WaitingFor for tasks that needs my team members feed back to me, so I don't need to see this kind of tasks every day.
I don't need to see the tasks that have a Start date after 2 days.
So I want to create a “To-do-today” filter:
1、Show tasks that have Start date in 2 days;
2、Show tasks that "Start date" is not settled (maybe I will take action to decide the start date, or keep start date not settled);
3、Hide all tasks that have context @WaitingFor
I user "Or" to link this 2 condition:
Start date before or equals "2"
Start date equals ""
But how to hide tasks with context @WaitingFor,I tried a lot but can’t find a perfect condition.
Who will help to explain how to do it?
Thanks.
AND
--- Context not equals to @WaitingFor
--- OR
------ Start date before or equals "2"
------ Start date equals ""
Last edit: Benjamin Leclerc 2012-12-06
Work perfectly!
Thank you, Benjamin.
Taskunifier is really a powerful tool for GTDer.