Forum Discussion
- GauravSharma3Qrew CommanderHi Jeff,
No worries. Here you go.If([Your attachment field]=null,null,"<img src='"&URLRoot()&"/up/" & Dbid () & "/a/r" & [Record ID#] & "/e217/v0' height='16' width='20' />")
Replace 217 with your attachment field ID and adjust height and width as per your need.
Thanks,
Gaurav- MCFNeilQrew CaptainKeep in mind that if you want to keep proper aspect ratios on the images, pick only one dimension to control. Choose either height or width, not both.
I personally like height because it makes reports more consistent.
- QuickBaseCoachDQrew CaptainTry appending a space and then
width='75' >
If you are able to post you current formula I can help more