40 pts.
 How to display document link in a view
Hello, I have a view that has a column based on a field "Reference". This field may contain a link to a document. However, when I look at results of the view, I can see the text in "Reference", but I can't see the document link. How can I display the document link as part of the view results?

Software/Hardware used:
ASKED: September 5, 2008  3:57 PM
UPDATED: September 9, 2008  3:18 PM

Answer Wiki:
I presume when you say link to a document, you mean an attachment that was created when the document was saved? You should just be able to extract the name of the attachment using the @AttachmentNames function, and then createa a link for it... Something like this should work for you... launchAttachment:="[" + @Implode("<a href="all" + "/" +@Text(@DocumentUniqueID) + "/$File/" + attach + "">" + title1 + "</a>"; "<br>")+">"; launchAttachment
Last Wiki Answer Submitted:  September 9, 2008  3:18 pm  by  Mrg   285 pts.
All Answer Wiki Contributors:  Mrg   285 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _