Dataview. Instead of a bullet list, a comma- separated list

Hi!

Here’s a code snippet:

```dataview
TABLE file.outlinks as "To"
FROM [[IF]] 

Result:
07894_Obsidian_W8oAr

I need to have a comma separated list in the “To” column: IF, ARRAY

How should I change the code?
Could you help me, please?

Something like join(file.outlinks, ", "), you mean?

2 Likes

Thank you so much!!! This is exactly what I need!!!

TABLE join(file.outlinks, ", ") as "To"
FROM [[IF]] 

Result:
07881_Obsidian_sPAM8

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