FreddieSabbs
6 years agoQuickbase Staff
How to display a thumbnail image on a table report
One of my favorite tips learned at EMPOWER2020 was from a session Chris Hutchens delivered titled Building for Mobile.
He shared how to get a thumbnail image of a photo to display in a table report. While the session was geared towards mobile users, it's applicable to anyone that wants to show an image in a table report.
I created a quick video to show demonstrate that little gem: https://youtu.be/M7p71Yo770c
If you'd like to try this in one of your apps, simply watch the video and copy this code snippet to paste into a formula - rich text field:
If(Length([Photo])=0,"","<img width=\"150\" src=\""&URLRoot()&"up/"&Dbid()&"/a/r"&[Record ID#]&"/e31/v0\"/>")
Enjoy!
------------------------------
Freddie Sabbs
Senior Solutions Consultant
Quick Base
fsabbs@quickbase.com
Cambridge MA
------------------------------
He shared how to get a thumbnail image of a photo to display in a table report. While the session was geared towards mobile users, it's applicable to anyone that wants to show an image in a table report.
I created a quick video to show demonstrate that little gem: https://youtu.be/M7p71Yo770c
If you'd like to try this in one of your apps, simply watch the video and copy this code snippet to paste into a formula - rich text field:
If(Length([Photo])=0,"","<img width=\"150\" src=\""&URLRoot()&"up/"&Dbid()&"/a/r"&[Record ID#]&"/e31/v0\"/>")
Enjoy!
------------------------------
Freddie Sabbs
Senior Solutions Consultant
Quick Base
fsabbs@quickbase.com
Cambridge MA
------------------------------