Forum Discussion
SyaefulBahri3
6 years agoQrew Trainee
Hi Mark,
Can you please tell me step by step to achieve your solution?
Many thanks
------------------------------
Syaeful Bahri
------------------------------
Can you please tell me step by step to achieve your solution?
Many thanks
------------------------------
Syaeful Bahri
------------------------------
MarkShnier__You
Qrew Legend
6 years agoTry this as a Rich Text formula field on the table where the file is attached.
"<a href='"& URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e7/v0' target='_blank' >" & [File] & "</a>"
Replace e7 with eX where X is the fid of the field where the file is attached. Replace [File] with the field name of the file attachment field.
The versions above would open in a new window if the attachment was an image
You can also try it like this
"<a href='"& URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e7/v0>" & [File] & "</a>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
"<a href='"& URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e7/v0' target='_blank' >" & [File] & "</a>"
Replace e7 with eX where X is the fid of the field where the file is attached. Replace [File] with the field name of the file attachment field.
The versions above would open in a new window if the attachment was an image
You can also try it like this
"<a href='"& URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e7/v0>" & [File] & "</a>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------