Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
You can make a hyperlink which uses an icon.
It would be a formula text field with html enabled.
Not tested, but try this
var text Image = "<img src=https://images.quickbase.com/si/48/016-email_1.png>";
var text URL = [Add Notes];
"<a href=" & $URL & ">" & $Image & "</a>
It would be a formula text field with html enabled.
Not tested, but try this
var text Image = "<img src=https://images.quickbase.com/si/48/016-email_1.png>";
var text URL = [Add Notes];
"<a href=" & $URL & ">" & $Image & "</a>