I have a Base table view that filters specific notes, and I would like to use a different YAML field (for example desc_product) as the clickable link that opens the note, instead of the default name field.
Thank you for your support!
I have a Base table view that filters specific notes, and I would like to use a different YAML field (for example desc_product) as the clickable link that opens the note, instead of the default name field.
Thank you for your support!
Maybe a link() formula such as:
link(file, desc_product)
… could help ? ![]()
(Depending, on your base/note/setup, etc… it could still require some tweaking
)
Perfect, exactly what I was looking for!
Thanks!