Filtering out tasks due today with no time
I'd like to create a smart list that shows only items which are late, i.e. current time is later than the due time (e.g. Wed 10am).
However, when I create a smart list with dueBefore:now, I also see those tasks set as due today without a time (e.g. just Wednesday). I need to filter out those tasks, they are due today but not right now.
Is there a way to show the item with "due Wed 10am" but not the item with "due Wed"?
However, when I create a smart list with dueBefore:now, I also see those tasks set as due today without a time (e.g. just Wednesday). I need to filter out those tasks, they are due today but not right now.
Is there a way to show the item with "due Wed 10am" but not the item with "due Wed"?
(closed account) says:
You can use this in your smart list:
not due:Today and dueBefore:now
not due:Today and dueBefore:now
andrewski (Remember The Milk) says:
Hi arnoudengelfriet,
The following should work for today's tasks:
due:today AND dueAfter:"today 0:00"
Hope that helps for your needs!
The following should work for today's tasks:
due:today AND dueAfter:"today 0:00"
Hope that helps for your needs!
andrewski (Remember The Milk) says:
Hi arnoudengelfriet,
Oh, sorry, I missed that part! To filter out tasks due later today you could add one more search:
due:today AND dueAfter:"today 0:00" AND NOT dueAfter:now
("now" should work as "at this very moment"—well, "at this minute" more like!—so if you're seeing any problems with that let me know.)
Oh, sorry, I missed that part! To filter out tasks due later today you could add one more search:
due:today AND dueAfter:"today 0:00" AND NOT dueAfter:now
("now" should work as "at this very moment"—well, "at this minute" more like!—so if you're seeing any problems with that let me know.)