I am trying to construct a filter on a task searcher that will deliver all tasks rated medium or higher priority, that fall into one of 4-5 different folders. I cannot seem to get the syntax right to allow the "or" condition across the multiple folders. Is this in fact possible (and if so, what would the structure be for the filter), or do I need to embed a word in the titles of these various folders and use a condition that looks for that word in the title of the folder? Any help is much appreciated. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
I am trying to construct a filter on a task searcher that will deliver all tasks rated medium or higher priority, that fall into one of 4-5 different folders. I cannot seem to get the syntax right to allow the "or" condition across the multiple folders. Is this in fact possible (and if so, what would the structure be for the filter), or do I need to embed a word in the titles of these various folders and use a condition that looks for that word in the title of the folder? Any help is much appreciated. Thanks.
AND
OR
priority equals medium
priority equals high
OR
folder equals "abc"
folder equals "def"
folder equals "ghi"
See the screenshot.
For the or, right click on "OR" or "AND" (actually right click on the branch), then select "OR" or "AND"
Last edit: Benjamin Leclerc 2012-10-26
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
Perfect. Thank you.