Forum Discussion
JoshCollins
7 years agoQrew Assistant Captain
Hey Mark, thank you for all the info on this thread. I have everything working except one small issue: I am trying to pull the image from a different Quick Base application where I host all my images. The images are the front image of house plans. I created a url field in App1 --> House Plan table that uses a url from App1 --> image that I want to use. The App1 field opens the image fine if I click on the link, but if I reference the App1 field ID in the formula for the thumbnail image, I just get a blank image placeholder.
My formula is:
"<ahref=\"https://www.quickbase.com/up/"; & Dbid () & "/a/r" & [Record ID#] & "/e35/v0\"height=\"1000\" width=\"1250\" target=_blank/> " &"<img src = https://prespro.quickbase.com/up/"; & Dbid () & "/a/r" & [Record ID#] & "/e35/v0\" height=\"60\" width=\"75\" target=_blank />"
Would you be able to help with this?
Thank you!
My formula is:
"<ahref=\"https://www.quickbase.com/up/"; & Dbid () & "/a/r" & [Record ID#] & "/e35/v0\"height=\"1000\" width=\"1250\" target=_blank/> " &"<img src = https://prespro.quickbase.com/up/"; & Dbid () & "/a/r" & [Record ID#] & "/e35/v0\" height=\"60\" width=\"75\" target=_blank />"
Would you be able to help with this?
Thank you!