I’ve scrolled through virtually all posts related to the GROUP BY function of Dataview, but still can’t wrap my head around it. Surely I must be misinterpreting something basic.
I have a folder called “90 lists” where I collect resources found during my research, for example, “apps”, “communities”, “ppl” etc.
What I’m trying to accomplish is to query “90 lists” to have an overview of the different resources grouped by type (apps, communities, ppl etc.), which is correctly written in YAML format in each note.
Attached is what I’ve tried and the error I get.
To clarify, the folder structure I have in place is
Project/ 90 lists / apps
at the same hierarchy level of apps are communities, people, and others. To say it differently, these are all subfolders of “90 lists”
I believe the folder structure with these sub-levels may be involved in the query not returning the desired result and I’m willing to drop everything into one single folder if this makes things easier