Bases Title property as file link (similar to dataview)

What I’m trying to do

In a bases file I want to have a property “title” displayed that links to the file itself.

Things I have tried

I used to do this with dataview with something like “TABLE WITHOUT ID link(this.file.link,title)” I tried just copying link(this.file.link,title) into a formula but that didn’t work. I can get the property to display using note.title in the formula, but I don’t know how to add the file link.

The docs on link().

Presuming your notes have a text-type property called title, this formula returns a link to the note with the value of title as the display text:

link(file, title)
1 Like

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