My smart list
I would like to make a smart list of all tasks except for tasks that must be made a specific date (assuming that this day has not come yet.) I'll mark these tasks tag = "only.this.day"
How to construct a search condition that searches for all tasks without marked "only.this.day", unless specific date = today.
How to construct a search condition that searches for all tasks without marked "only.this.day", unless specific date = today.
If a task has to be done a certain date you could use the due date:
due:never OR due:today OR dueBefore:today
This could be rewritten
due:never OR dueBefore:tomorrow
If you use tags for this, I can't think of a generic smart list as you would have to manually enter today's date every day.
due:never OR due:today OR dueBefore:today
This could be rewritten
due:never OR dueBefore:tomorrow
If you use tags for this, I can't think of a generic smart list as you would have to manually enter today's date every day.
judykator,
If this search is not behaving as you expect, would you be able to contact us so we can get some additional details, including some example tasks that are not working?
Thanks!
If this search is not behaving as you expect, would you be able to contact us so we can get some additional details, including some example tasks that are not working?
Thanks!
Thanks for your feedback on this!
You may want to propose this idea in our Ideas forum so other users can review and vote on it.
You may want to propose this idea in our Ideas forum so other users can review and vote on it.