Forum Discussion

GeorgeBramhall2's avatar
GeorgeBramhall2
Qrew Cadet
3 years ago

Rich Text formula field with Standard Label

I currently have this Rich Text formula field that displays a file in a field. 
"<a href='"& URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e81/v0' target='_blank' >" & [Attach Disclosure] & "</a>"

How can I have the field appear as the text "File" instead of the actual name of the file?

------------------------------
George Bramhall
------------------------------

2 Replies

  • "<a href='"& URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e81/v0' target='_blank' >" & "File" & "</a>"

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
    • GeorgeBramhall2's avatar
      GeorgeBramhall2
      Qrew Cadet
      Works!, thanks

      ------------------------------
      George Bramhall
      ------------------------------