What I’m trying to do
My library is setup with hierarchical MOCs
Home
*MOC_Data
**MOC_AI
note 1
note 2
**MOC_Databases
note 3
note 4
*MOC_Software
**MOC_Google Analytics
I want to use dataview/ dataviewjs to return a hierarchical list of MOCs
*MOC_Data
**MOC_AI
**MOC_Databases
*MOC_Software
**MOC_Google Analytics
Things I have tried
This gets me a list of all the MOCs, but not in hierarchical view
LIST
WHERE contains(file.name, "MOC_")