JimLieder2
7 years agoQrew Cadet
Displaying a small image of an attachment.
I have a File Attachment field named Picture 1 which is used to attach pictures of the equipment being serviced.
Right next to the attachment field, I want to display a small image of the picture. This works OK, except if when a revised image is added to the Picture 1 field, the formula field be still shows the original picture. I thought the v0 parameter would make sure to show the current version of the attachment.
Formula field that displays a small image of the attachment field:
If([Picture 1]>"","<img src=" & URLRoot() & "up/" & Dbid () & "/a/r"
& [Record ID#] & "/e183/v0\" height='200';>","")
Right next to the attachment field, I want to display a small image of the picture. This works OK, except if when a revised image is added to the Picture 1 field, the formula field be still shows the original picture. I thought the v0 parameter would make sure to show the current version of the attachment.
Formula field that displays a small image of the attachment field:
If([Picture 1]>"","<img src=" & URLRoot() & "up/" & Dbid () & "/a/r"
& [Record ID#] & "/e183/v0\" height='200';>","")