Expand my Community achievements bar.

SOLVED

Creating a Project Link in a Proof Approval Report

Avatar

Level 4

Hi All,  I'm creating a proof review approvals report and I'm trying to get the project name that I got to display, to become a direct link to the project.   This is what I have so far:  

 

displayname=Project
link.value=
textmode=true
valuefield=documentVersion:document:project:name
valueformat=HTML

 

Not sure what I would need to enter for link.value= to connect to the actual project link.

1 Accepted Solution

Avatar

Correct answer by
Level 4

Thanks Rich!  this is exactly what I was looking for.

View solution in original post

2 Replies

Avatar

Community Advisor

Hi Seth,

 

Using this text mode in a proof approval report gives me the Project Name as a clickable link that takes me directly to the project:

 

displayname=Project
linkedname=document
namekey=view.relatedcolumn
namekeyargkey.0=documentVersion
namekeyargkey.1=document
namekeyargkey.2=project
namekeyargkey.3=name
querysort=documentVersion:document:project:name
textmode=true
valuefield=documentVersion:document:project:name
valueformat=HTML

Best Regards,

Rich. 

Avatar

Correct answer by
Level 4

Thanks Rich!  this is exactly what I was looking for.