Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoYou will need to make you own hyperlink as a Rich Text formula field
var text Words = "Some words or formula goes here";
var text URL = URLRoot() & "db/" & dbid() & "?a=dr&rid=" & [Record ID#];
// this last part is always the same
"<a href=" & $URL & ">" & $Words & "</a>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var text Words = "Some words or formula goes here";
var text URL = URLRoot() & "db/" & dbid() & "?a=dr&rid=" & [Record ID#];
// this last part is always the same
"<a href=" & $URL & ">" & $Words & "</a>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------