Forum Discussion
GeoffreyHarmuth
9 years agoQrew Captain
That worked nicely. Thanks. Is there any way of linking from the thumbnail to the original image?
- ChrisChris9 years agoQrew Assistant Captain
List(" ",
If([File Attachment Field 1]="","","<a href='"&URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e33/v0/" & [File Attachment field 1]&"'><img src="&URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e33/v0/" & [File Attachment field 1]&" width='120px' /></a>".....
- Wallace__DHS_Ye6 years agoQrew TraineeI am trying to display an image based on the user that is selected, however I am only getting the url link code and not the image. Please find my formula below
If(
[Case Supervisor User]=ToUser("usersemail"), "<img src= https//octo.quickbase.com/up/bpwdnv4gj/g/rf/ep/va/MoffitSignature.PNG",
[Case Supervisor User] =ToUser("usersemail") , "<img src= https//octo.quickbase.com/up/bpwdnv4gj/g/rg/ep/va/Mcnamara.PNG",
[Case Supervisor User] =ToUser( "usersemail") , "<img src= https//octo.quickbase.com/up/bpwdnv4gj/g/rh/ep/va/Clark%20Signature.PNG", null)
------------------------------
Wallace (DHS) Yeboah
------------------------------- MarkShnier__You6 years ago
Qrew Legend
Is your field type a formula rich text field type?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------