Forum Discussion
DeanOusterhout
7 years agoQrew Assistant Captain
Got it... I removed the "If([Picture]" and it is working perfectly... thanks for the rich text suggestion. For reference for others that might stumble upon this... the final definition that works is:
Have your file attachment field.
create a new formula Rich Text field.
define the formula for new field:
"<a href=\"" & URLRoot() & "/up/"& Dbid () & "/a/r"&
[Record ID#] &"/e36/v0\" /> "&
"<img src=\"" & URLRoot() & "/up/"& Dbid () &"/a/r"&
[Record ID#] &"/e36/v0\" height=\"200\"alt='' />" & "</a>"
Where the 36 in e36 is the fid of the file attachment field.
Have your file attachment field.
create a new formula Rich Text field.
define the formula for new field:
"<a href=\"" & URLRoot() & "/up/"& Dbid () & "/a/r"&
[Record ID#] &"/e36/v0\" /> "&
"<img src=\"" & URLRoot() & "/up/"& Dbid () &"/a/r"&
[Record ID#] &"/e36/v0\" height=\"200\"alt='' />" & "</a>"
Where the 36 in e36 is the fid of the file attachment field.