Forum Discussion
MarkShnier__You
Qrew Legend
5 years agotry this
var text Image = "<img src=https://images.quickbase.com/si/32/113-note.png>";
var text URL = URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e130/v0";
If([PDF Document]<>"", "<a href=" & $URL & ">" & $Image & "</a>")
// notes: replace the 130 with the fid of the file attachment field.
// There are 502 icons here in 5 convenient sizes if you want an easy source of icons open to everyone on the internet. https://login.quickbase.com/db/9kaw8phg?a=ShowPage&pageid=160
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var text Image = "<img src=https://images.quickbase.com/si/32/113-note.png>";
var text URL = URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e130/v0";
If([PDF Document]<>"", "<a href=" & $URL & ">" & $Image & "</a>")
// notes: replace the 130 with the fid of the file attachment field.
// There are 502 icons here in 5 convenient sizes if you want an easy source of icons open to everyone on the internet. https://login.quickbase.com/db/9kaw8phg?a=ShowPage&pageid=160
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- RobSalaj5 years agoQrew Cadet
We are close. The image shows broken, but when you click it, it downloads the PDF. Thanks!
Troubleshooting the image piece now. Not sure why if it is open to everyone
var text Image = "<img src=images.quickbase.com/si/24/113-note.png>";
var text URL = URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e35/v0";
If([Providers Note]<>"", "<a href=" & $URL & ">" & $Image & "</a>")
Bob Salaj
Direct
724-820-1534
Mobile
412-335-8168
Web
- MarkShnier__You5 years ago
Qrew Legend
OK, let me know if you can't figure it out. My formula was tested did work. I see you changed to a smaller size image, but that should still work.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- RobSalaj5 years agoQrew Cadet
Got it. For me I needed the https:\\ infront of images
Bob Salaj
Direct
724-820-1534
Mobile
412-335-8168
Web