Creating a tag index table with Dataview?

@mnvwvnm

Is there a way to sort the items inside the “file column” each row in ascending order ?

I added sort which does not work.

SORT Files ASC

like this

TABLE WITHOUT ID (tag + "(" + length(rows.file.link) + ")") AS Tags, (rows.file.link) AS Files
SORT Files ASC
FROM "" WHERE file.tags 
FLATTEN file.tags AS tag 
GROUP BY tag SORT length(rows.file.link) DESC 

which gives error

Dataview: Unrecognized query operation 'folder'

I want rows.file.link in ascending.