Want to add a Project report column with a link to the Project > Documents screen
Does anyone know if it's possible with text mode to add a Project report column with an active link to the Projects > Documents screen?
Does anyone know if it's possible with text mode to add a Project report column with an active link to the Projects > Documents screen?
The slick way to do it is to create a calc field that is on every project Called "Project Documents", something like this:
CONCAT("https://hcgint.my.workfront.com/project/view?ID=", {ID} , "&activeTab=list-project-documents")
Then, in a report, create a column with this text mode:
displayname=WF Documents
link.url=customDataLabelsAsString(Project Documents)
linkedname=html(URL)
textmode=true
valueexpression=IF(ISBLANK({DE:Project Documents}),"","Docs Link")
valueformat=HTML
Looks like this:

TIP: if this solved your problem, I invite you to consider marking it as a Correct Answer to help others who might also find it of use.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.