How to display outgoing links as clickable links

at first I did this

TABLE
file.outlinks AS "related"

but the links where plain text

then I tried these 2

TABLE
list(link(file.outlinks)) AS "related"

I aslo tried

TABLE
link(file.outlinks) AS "related"

but the link where still not clickable