Forum Discussion

YordanPetrov1's avatar
YordanPetrov1
Qrew Member
9 months ago

Height Parameter not Working in RT Formula

Hey everyone,

I am trying to embed an image in an attachment field from a parent record in the the form of a child with a rich text field formula. I have created a URL field of the attachment in the parent  table (Picture URL) and added it as lookup in the child (Product - Picture URL). Embedding the image works, however I need it more as a thumbnail and not full res so I added a height parameter but it does not work for some reason, the picture appears full size.

"<img src=" & [Product - Picture URL] & "height=50>"

Any help with this will be greatly appreciated.

Regards,

Yordan

2 Replies

  • I think that you just need a space in front of the height perimeter. You were jamming the word height right up against the back end of the URL so the system thinks the height parameter is all part of the same URL.  sorry my iPad won't let me edit the URL but just insert a space after the quote before the height

    "<img src=" & [Product - Picture URL] & "height=50>"


    ------------------------------
    Mark Shnier (Your Quickbase Coach)
    mark.shnier@gmail.com
    ------------------------------
    • YordanPetrov1's avatar
      YordanPetrov1
      Qrew Member

      Thank you! It worked perfectly!



      ------------------------------
      Yordan Petrov
      ------------------------------