Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoThe field type should be set to formula Rich text.
Make sure you check the box in the file attachment field
"Allow access to this file attachment from a Quickbase link without signing in"
You can set either the Width or change the parameter to Height, and it will properly scale. But do not set both or it will get skewed and distorted.
Then it should work.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Make sure you check the box in the file attachment field
"Allow access to this file attachment from a Quickbase link without signing in"
You can set either the Width or change the parameter to Height, and it will properly scale. But do not set both or it will get skewed and distorted.
Then it should work.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
KatherineOakey
5 years agoQrew Member
The field type of the Image field?
Which field needs to be RTF?
The notification message field is set to Message Format HTML. I changed Interpret Custom Message as HTML to Yes and now I see the URL and a broken link icon.
I know the file is externally available as I can paste the URL into Chrome and the image displays.
Kathy Oakey
University of Arizona Cooperative Extension
Maricopa Master Gardener
- MarkShnier__You5 years ago
Qrew Legend
This field here needs to be formula Rich Text.
var text FileType = Right(ToText([My file attachment field]),".");
If(Contains("jpg, jpeg, png",$FileType),
"<img src=" & URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e282/v0' width='75' >")
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------