Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoYou can make your own hyperlink field using a formula Rich Text field type.
var text URL = URLRoot() & "db/" & [_DBID of the parent table] & "?a=dr&rid=" & [Related Parent];
var text Words = "Click here to go to the Parent Record";
"<a href=" & $URL & ">" & $Words & "</a>"
If you write the hyperlinks in this format, the part in bold is always the same.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var text URL = URLRoot() & "db/" & [_DBID of the parent table] & "?a=dr&rid=" & [Related Parent];
var text Words = "Click here to go to the Parent Record";
"<a href=" & $URL & ">" & $Words & "</a>"
If you write the hyperlinks in this format, the part in bold is always the same.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- JENNIFERPASCHAL5 years agoQrew TraineeThis worked perfectly thank you!
------------------------------
Thanks in advance,
Jennifer Paschal
------------------------------