-
I'm trying to create a dataview table query that will list all notes with a specific tag except those that aslo have another specific tag. My YAML frontmater includes one of these 2 blocks (note there are often aliases and other tags as well) `---
or
My dataview query so far is
I'm not finding a way to do a does not include type statemnt for a tag. Am I missing something obvious? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved by making the tags hierarchical with project/recurring, project/active, project/archive, project/hold and then the queries to get each type are like this:
|
Beta Was this translation helpful? Give feedback.
Solved by making the tags hierarchical with project/recurring, project/active, project/archive, project/hold and then the queries to get each type are like this: