Hello! I’m not even sure if doing this is possible, and it’s a bit difficult to explain it with words for me, but I’ll try to do it using also pictures.
When working in my narrative writing works, I use tags for categorizing notes in note types (such as Character, Item, Place…) and also I have a tag that is Narrative Idea (#ideanarrativa). And I have made a Map of Content of ideas I have for narrative works.
What I’m trying to do
There I just made a Dataview table, where I filtered the notes to have only the Narrative Ideas (minus Name subtag from Narrative Ideas tag). And I grouped them by tags, so they’re classified by note type. All nice to that point.
This is my query:
TABLE rows.file.link AS Idea
FROM #ideanarrativa AND -#ideanarrativa/nombre
FLATTEN tags
GROUP BY tags AS Tipo
SORT file.name ASC
But my issue is that it also creates a group for the Narrative Idea tag (which is the tag that filters the notes for the table itself), and I’d like that group to be hidden in some way, as it is not funtional for me it to appear.