help with NOT and OR
mcgrathpatj says:
TRying to understand why this doesnt work:
tag:personal OR tag:work AND (NOT tag:idea) AND (NOT tag:remember) AND (NOT tag:hold)
Tried many variations including:
tag:personal OR tag:work NOT tag:idea NOT tag:remember NOT tag:hold
still no dice. Help please?
tag:personal OR tag:work AND (NOT tag:idea) AND (NOT tag:remember) AND (NOT tag:hold)
Tried many variations including:
tag:personal OR tag:work NOT tag:idea NOT tag:remember NOT tag:hold
still no dice. Help please?
andrewski (Remember The Milk) says:
Hi mcgrathpatj,
I think the following should work:
(tag:personal OR tag:work) AND NOT (tag:idea OR tag:remember OR tag:hold)
If that doesn't help, can you describe what you're looking for?
Hope this helps!
I think the following should work:
(tag:personal OR tag:work) AND NOT (tag:idea OR tag:remember OR tag:hold)
If that doesn't help, can you describe what you're looking for?
Hope this helps!
mcgrathpatj says:
that worked... thanks so much!