With this DV:
```dataview
LIST rows.titolo-doc
FROM
"Documenti vari/Documenti del Concilio Ecumenico Tridentino"
WHERE titolo-doc
FLATTEN
tipo-doc
SORT tipo-doc DESC
GROUP BY tipo-doc
```
I can obtain a List of this type:
- Decreto:
- Decreto A
- Decreto B
- Decreto C
It is possible add a first column, take from a Frontmatter field called “data-doc” (as document data), and a third column (the file name as link) like in the example below or is necessary to do a Dataview TABLE?
- Decreto:
- DATA-DOC - Decreto A - FILE LINK
- DATA-DOC - Decreto B - FILE LINK
- DATA-DOC - Decreto C - FILE LINK
…
I tried various DV from this forum, but none seems run properly.
Thanks in advance
Emanuele Tinari