More features in smart lists (operators)
irian says:
Is there a way to create a smart list that shows, for example, all tasks with priority greater than 2 (as opposed to those with priority equal to 2 only) along with those due within the next week? This would be a really nice feature.
emily (Remember The Milk) says:
Sure, it's possible to combine advanced operators. Do you mean something like:
((priority:1 OR priority:2) AND dueWithin:"1 week of today")
to show priority 1 or 2 and due within a week?
((priority:1 OR priority:2) AND dueWithin:"1 week of today")
to show priority 1 or 2 and due within a week?
irian says:
YESSS! Exactly what I was looking for.
You're my new hero.
You're my new hero.
emily (Remember The Milk) says:
No problem :)
sen.ye says:
It's like programming. Hehe, create a wizard to do that. It will be much easier.