Expand my Community achievements bar.

Got questions about Workfront Governance? Join our upcoming Ask Me Anything session on February 12th!
SOLVED

Link Value to Actual Issue/Risk Page

Avatar

Level 3

Hi WF Community, how do we directly link column value to the issue/risk page? 

descriptionkey=numberOpenOpTasks
link.linkproperty.0.numberOpenOpTasks=ID
link.linkproperty.0.valuefield=ID
link.linkproperty.0.valueformat=int
link.lookup=link.view
link.valuefield=objCode
link.valueformat=val
linkedname=direct
listsort=string(name)
namekey=numberOpenOpTasks
querysort=numberOpenOpTasks
section=0
shortview=false
stretch=0
usewidths=true
valuefield=numberOpenOpTasks
valueformat=int
width=11

A_EN_0-1736764613801.png

 

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @A_EN,

 

Thank you for your question! Unfortunately, there isn't a way to hyperlink those values to take you directly to the object's "Issues" or "Risks" page. The closest thing you could try is: 

 

1) Add 2 columns to your report. 

 

2) Create a custom expression for each column to display the link to the "Issues" and "Risks" pages respectively. Be sure to update the domain and object as needed. 

 

Issues page: 

displayname=Issues Link
namekey=ID
querysort=ID
valueexpression=CONCAT("https://monicacardoso.my.workfront.com/project/",{ID},"/issues")
valueformat=HTML

 

Risks page: 

displayname=Risks Link
namekey=ID
querysort=ID
valueexpression=CONCAT("https://monicacardoso.my.workfront.com/project/",{ID},"/risks")
valueformat=HTML

 

3) The columns will automatically calculate with the object ID. Below is an example in my instance: 

Screen Shot 2025-01-22 at 3.49.00 PM.png

 

The users can then click each link to be redirected (in a new tab) to the Issues and Risks page respectively. 

 

- Monica 

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi @A_EN,

 

Thank you for your question! Unfortunately, there isn't a way to hyperlink those values to take you directly to the object's "Issues" or "Risks" page. The closest thing you could try is: 

 

1) Add 2 columns to your report. 

 

2) Create a custom expression for each column to display the link to the "Issues" and "Risks" pages respectively. Be sure to update the domain and object as needed. 

 

Issues page: 

displayname=Issues Link
namekey=ID
querysort=ID
valueexpression=CONCAT("https://monicacardoso.my.workfront.com/project/",{ID},"/issues")
valueformat=HTML

 

Risks page: 

displayname=Risks Link
namekey=ID
querysort=ID
valueexpression=CONCAT("https://monicacardoso.my.workfront.com/project/",{ID},"/risks")
valueformat=HTML

 

3) The columns will automatically calculate with the object ID. Below is an example in my instance: 

Screen Shot 2025-01-22 at 3.49.00 PM.png

 

The users can then click each link to be redirected (in a new tab) to the Issues and Risks page respectively. 

 

- Monica