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
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. 

View solution in original post

3 Replies

Avatar

Correct answer by
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

Level 4

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

Avatar

Community Advisor

Looks like you got what you needed for a project name column, add a column for the proof to open directly from the report by adding a link for the proof itself. It takes a little text mode - when you add a proof link natively it takes the user to the document details and they have to open the proof from there. This lets you open it directly from report - check it out in the article here.

If this helped you, please mark correct to help others : )