40 pts.
0
Q:
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?
ASKED: Sep 5 2008  3:57 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
285 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
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 Answered: Sep 9 2008  3:18 PM GMT by Mrg   285 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0