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.