Hi I am using the following code to output all folders and the contents of those folders in dataview:
list rows.file.link
FROM "Тестовая область/1 КПТ/Карвасарский"
sort file.name asc group by file.folder
sort file.name asc
I see this result
But you need only the last folder name to remain, as in the picture below.
How to do it? Thanks a lot.