Forum Discussion
Mez
2 months agoQrew Cadet
Mark has your solution within this post. One field for the file, another (rich text using '<img ... /> tag) to display it.
https://community.quickbase.com/discussions/quickbase-discussions/thumbnail-pictures-refreshing-slowly/30113
JerelJohnson
2 months agoQrew Member
So, I have this set up already. The formula used:
If(Length([Attachment File])=0,"","<img width=\"30\" src=\""&URLRoot()&"up/"&Dbid()&"/a/r"&[Attachment ID#]&"/e7/v0\"/>")
To create this is the same, and this worked initially. It seems over time, print preview just stopped displaying the image.