Pull any task with priority from a set of lists
Is there a way to do a search that will show any task that has a priority but only for a select few of my lists? Example: I want to have a smartlist that pulls any task that has a priority from List 1, List 2, and List 3 but not List 4, 5 etc..... I've tried a number of AND/OR statements but can't quite get it right.
andrewski (Remember The Milk) says:
Hi keithhen,
Parentheses would be ideal here to make sure your searches are grouping the way you want. Here's an example with priorities 1–3 and lists 1, 2, and 3:
(priority:1 OR priority:2 OR priority:3) AND (list:1 OR list:2 OR list:3)
Keep me posted on what you find with that!
Parentheses would be ideal here to make sure your searches are grouping the way you want. Here's an example with priorities 1–3 and lists 1, 2, and 3:
(priority:1 OR priority:2 OR priority:3) AND (list:1 OR list:2 OR list:3)
Keep me posted on what you find with that!