Efixman
2 days agoQrew Trainee
PDF Attchment View
I am trying to view a thumbnail of a PDF in a report or from file attachment. I have used the image preview in the Quicbase excahnge and have modified it to my corerct fields but I am unable to see the thumbnails. Any hlep is appreciated.
https://ciclops.quickbase.com/nav/main/action/exchange/qb/library/image-preview
My Formula - Rich Text field
If( [Tear Sheet]<> "" ,
"<span style='width:400px; display:inline-block;'> <img style='max-height:400px; max-width:400px' src='" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID# - Company] & "/e75/v0' /></span>"
)