Dataview - get list of inlinks and convert it into table

Hi

I have a little code like this:

table without id
file.inlinks
where file.name = this.file.name

The problem is that i get a 1-row table with cell of list (let it be 5 items) but I want get a table of 5 rows of strings…

How i can do it? (i prefer dataview, but dataviewjs is ok too)

TABLE WITHOUT ID flatlinks
where file.name = this.file.name
FLATTEN file.inlinks AS flatlinks
1 Like

TABLE WITHOUT ID flatlinks

OMG…

Yeah, u r right - thanks!

1 Like