Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Try this as a formula Rich text field type but
I have a few different formuals on file, try this one. Replace the 6 with the fid holding the file attachment. Play with the width to get the size you want. You can also instead specify the height, but I suggest not specifying both as the image will get skewed.
I have a few different formuals on file, try this one. Replace the 6 with the fid holding the file attachment. Play with the width to get the size you want. You can also instead specify the height, but I suggest not specifying both as the image will get skewed.
"<img src=" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e6/v0' width='300' >"