Skip to content

Query that findall of a tag that does not incude another tag? #1800

Answered by OogieM
OogieM asked this question in Q&A
Discussion options

You must be logged in to vote

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:

dataview
TABLE startdate as "Date" 
FROM #project/recurring
WHERE endate = null  
SORT file.name ASC

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by OogieM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant