Forum Discussion
MarkShnier__You
4 years agoQrew Legend
If you wanted to use an image from the QuickBase Library of Images then you can use this syntax
var text Image = "<img src= https://images.quickbase.com/si/24/211-check_all.png>;
var text URL = URLRoot() & "db/" & [_DBID_PATIENTS] & "?a=dr&rid=" & [Related Patient];
"<a href=" & $URL & ">" & $Image & "</a>"
But if you want to use you own image which is stored on a file path.
var text Image = "<img src=" & URLRoot() & "up/" & [_DBID_ of where the Image is stored] & "/a/r" & [Record ID#] & "/e7/v0" & "\" width=\"50\">"
The 7 is her field ID# that holds the image. You can adjust either the width or the height.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var text Image = "<img src= https://images.quickbase.com/si/24/211-check_all.png>;
var text URL = URLRoot() & "db/" & [_DBID_PATIENTS] & "?a=dr&rid=" & [Related Patient];
"<a href=" & $URL & ">" & $Image & "</a>"
But if you want to use you own image which is stored on a file path.
var text Image = "<img src=" & URLRoot() & "up/" & [_DBID_ of where the Image is stored] & "/a/r" & [Record ID#] & "/e7/v0" & "\" width=\"50\">"
The 7 is her field ID# that holds the image. You can adjust either the width or the height.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- MarkShnier__You4 years agoQrew Legend.. that will be a Rich Text formula field...
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------