Can I make a document attached to an issue a hyperlink in a report? | Community
Skip to main content
Level 5
October 13, 2020
Question

Can I make a document attached to an issue a hyperlink in a report?

  • October 13, 2020
  • 1 reply
  • 733 views

We are launching a request queue that will be used instead of emails from all over our company. The assignee of the requests will be working from a report/dashboard. It would be dreamy if they could just click the document from within the report to open/download the document instead of going to issue details etc. Thoughts?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Community Advisor
October 13, 2020

Hi Dawn,

If you create a column in text mode within your report and use the following code (but obviously replace 'your domain' with your domain!), the document name and document URL will be displayed within the report. The URL is clickable and will take the user directly to the document's landing page where they can choose to preview / download the document:

valueexpression=CONCAT({name}," - https://yourdomain.my.workfront.com/document/view?ID=",{ID})

listdelimiter=

listmethod=nested(documents).lists

valueformat=HTML

displayname=Documents

textmode=true

type=iterate

Best Regards,

Rich.

Level 5
October 13, 2020

Thank you! That worked beautifully.

Do you know if there is a way to make the "name of the document" a hyperlink? or is the only option to have the link follow? Either way it is giving me an easy access to the doc. much appreciated.

=D

Community Advisor
October 14, 2020

Hi Dawn,

Glad I could help.

No, I don't think that it is possible to display the name of the document as a hyperlink in this type of report. Not that I am aware of anyway!

Best Regards,

Rich.