Hi! I have a piece of working code:
LIST rows.file.link
FROM [[контент]]
WHERE contains(Outgoing, [[контент]])
GROUP BY content
I need the grouping to be a text string, not a link.
I tried different variants, but nothing works. for exam:
GROUP BY content.replace(“[[”," “)
GROUP BY replace(content, “[[”,” ")
Could you please help me with ideas on how to achieve this?
Hello.
This makes the link a string. Don’t know how to use it in a list.
```dataview
Table Without ID
content,
meta(content).path AS string
GROUP BY content
```
1 Like
Спасибо за ответ! буду крутить - может методом тыка выйдет))
1 Like
GROUP BY content.file.name