Forums

Discuss all things Remember The Milk.

menu

Need a smart list that excludes awaiting tasks

kabads says:
I have a next actions list that I want to exclude awaiting from. I've come up with the following:

list:"Next Actions" AND NOT tag:awaiting OR title:"awaiting"

but I still get items with awaiting in the title.

Any suggestions how to fix this?
Posted at 12:49pm on June 13, 2014
fant says:
modify your query as follows:
list:"Next Actions" NOT (tag:awaiting OR title:awaiting)

You Need to use parentheses.

Hope that helps.
Posted 9 years ago
pachela says:
I think name:"awaiting" (instead of title;) will do what you want. Hope that helps.
Posted 9 years ago
This topic has now been closed automatically due to a lack of responses in the past 90 days.