-
|
I have a property called "level" and its a text property. I want to exclude tasks that the level is month, quarter, or year. I have tried: (this doesn't work, so i didn't bother to try to combine the quarter or year filter. I have tried (this does work, but i can't combine it: I have tried to combine by: but that doesn't work. I've tried to do and that also didn't work. Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
I'd like to be able to help with this, but I'm struggling a bit to separate out the example searches from the descriptive text. So I've edited the text for readability...
Can you be more specific. It's generally impossible to answer 'this doesn't work' questions, without knowing precisely what the actual behaviour was....
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the feedback! I want to thank you for taking the time to reply, as it is, I figured it out, but I wanted to share with you more details in case someone else runs into this and wants to know what I did: Here's my original query: The results show as expected. All tasks without no scheduled or due date will show. I later created a few files with "Goals" in them, and I wanted to exclude these from the query above, as I intend it to be my Backlog. I want to exclude files that have "Year" "Quarter" or "Month" in a property I created called "level". I tried this query, and it successfully excludes my "Month" goals: However, when I try to combine it to include Quarter or Year as well: I get this error: If I place parenthesis around, it does not give me an error, but it does not filter my results: All this to say, it needed to be an AND command and it works like a charm. |
Beta Was this translation helpful? Give feedback.
Thank you for the feedback! I want to thank you for taking the time to reply, as it is, I figured it out, but I wanted to share with you more details in case someone else runs into this and wants to know what I did:
Here's my original query:
The results show as expected. All tasks without no scheduled or due date will show. I later created a few files with "Goals" in them, and I wanted to exclude these from the query above, as I intend it to be my Backlog. I want to exclude files that have "Year" "Quarter" or "Month" in a property I created called "level".
I tried this query, and it successfully …