Forum Discussion
MarkShnier__You
3 years agoQrew Legend
sure np,
Here is the generic syntax for the formula Rich text field which is a hyperlink.
var text Words = ( a field or text goes here);
var text URL = URLRoot() & "db/" & [_DBID_PATIENTS] & "?a=dr&rid=" & [Related Patient];
// this last part is always the same
"<a href=" & $URL & ">" & $Words & "</a>"
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Here is the generic syntax for the formula Rich text field which is a hyperlink.
var text Words = ( a field or text goes here);
var text URL = URLRoot() & "db/" & [_DBID_PATIENTS] & "?a=dr&rid=" & [Related Patient];
// this last part is always the same
"<a href=" & $URL & ">" & $Words & "</a>"
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------