I need a smart list with entries (duedate == until tomorrow) || (prio==1,2,3)
(closed account) says:
How can I have a smart list showing me entries which are due "until tomorrow" (these are tasks which are overdue, today or tomorrow) OR having a priority of 1, 2, or 3 ?
andrewski (Remember The Milk) says:
dueBefore:"2 days" OR (NOT priority:none)
should work for you.
If it's easier for you to recall/manage later on,
(dueBefore:today OR due:today OR due:tomorrow) OR (priority:1 OR priority:2 OR priority:3)
is logically equivalent, just expanded.
Hope this helps!
should work for you.
If it's easier for you to recall/manage later on,
(dueBefore:today OR due:today OR due:tomorrow) OR (priority:1 OR priority:2 OR priority:3)
is logically equivalent, just expanded.
Hope this helps!
(closed account) says:
thanks. Problem solved now!
(closed account) says:
Hello, please see my other posting
"overdue" items should be included when viewing "due today" or "due tomorrow"
I found a inconsistency/logic problem the way you treat "due ".
When I select "due today", or "due tomorrow", I expect to see also all those items which are already "overdue". But "overdue" task are not included in this lists.
A similar problem exists for reminder e-mails:
"Send me a daily reminder...
On the day the task is due
before the task is due "
Reminder mails should also _include_ those items which are already overdue.
Please can you change the behaviour - or alternatively add a new user option - so that users can decided to have the old behaviour or the one I suggest here?
Again: HOW can I have reminder mails with all task "dueBefore:tomorrow OR (NOT priority:none)" ?
"overdue" items should be included when viewing "due today" or "due tomorrow"
I found a inconsistency/logic problem the way you treat "due ".
When I select "due today", or "due tomorrow", I expect to see also all those items which are already "overdue". But "overdue" task are not included in this lists.
A similar problem exists for reminder e-mails:
"Send me a daily reminder...
On the day the task is due
before the task is due "
Reminder mails should also _include_ those items which are already overdue.
Please can you change the behaviour - or alternatively add a new user option - so that users can decided to have the old behaviour or the one I suggest here?
Again: HOW can I have reminder mails with all task "dueBefore:tomorrow OR (NOT priority:none)" ?
andrewski (Remember The Milk) says:
This isn't currently possible, but thanks for your feedback!