Dataview : display a subtag only? (Also discussed : Sort/Group by subtag)

For example:

```dataview
TABLE WITHOUT ID Status, rows.file.link AS Files
FROM "FOLDERNAME"
WHERE contains(linking, [[NOTENAME]]) and Read = 1 and Authors != "AUTHORNAME"
GROUP BY string(map(file.etags, (t) => split(t, "/")[length(split(t, "/")) - 1])) AS Status
SORT Status ASC
```

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.