GeoffreyHarmuth
8 years agoQrew Captain
thumbnail image formula
So I have a field that shows a thumbnail preview of all images in 1 field. However sometimes not all fields contain images, so quickbase leaves a blank, placeholder for it. Is there any way I can alter this formula to not show the image if the attachment field is blank. Im thinking an IsNull formula?
Also, is there any way of displaying the thumbnail, but clicking on it will open up the full size image?
Here is my formula:
"<img width=\"250\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e31/v0\" /> <img width=\"250\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e32/v0\" /><img width=\"250\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e33/v0\" />"
Also, is there any way of displaying the thumbnail, but clicking on it will open up the full size image?
Here is my formula:
"<img width=\"250\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e31/v0\" /> <img width=\"250\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e32/v0\" /><img width=\"250\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e33/v0\" />"