Forum Discussion

Re: thumbnail image formula

That worked nicely.  Thanks.  Is there any way of linking from the thumbnail to the original image?

15 Replies

  • ChrisChris's avatar
    ChrisChris
    Qrew 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_Ye's avatar
      Wallace__DHS_Ye
      Qrew Trainee
      I 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__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew 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
        ------------------------------