Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!
SOLVED

Nested task list expression

Avatar

Level 3

Hi,

I have an expression in a task report which is pulling a list of all tasks on a Project.

listdelimiter=<hr>
listmethod=nested(project).nested(tasks).lists
name=All project tasks
stretch=100
textmode=true
type=iterate
valueexpression=CONCAT({name}, " - ", "http://xxx.my.workfront.com/", "task/", {ID},"/", "overview")
valueformat=HTML

Works great but the stakeholder has asked if the name of the Task can simply be the link:

-Task-Dashboard-DEV- (2).png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Column on the left is the current format, but the column on the right shows what I want to be the link. As below:

 

listdelimiter=<hr>
listmethod=nested(project).nested(tasks).lists
name=All project tasks
stretch=0
textmode=true
type=iterate
valueexpression=REPLACE({name}, {ID}, {ID})
valueformat=HTML

 

How do I pull the {name} through as the link?

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I think the answer you're looking for might be contained in this section of this link:

https://experienceleague.adobe.com/docs/workfront/using/reporting/reports/text-mode/reference-collec... 

 

The part that says "You cannot make an object in a collection a clickable link."

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

I think the answer you're looking for might be contained in this section of this link:

https://experienceleague.adobe.com/docs/workfront/using/reporting/reports/text-mode/reference-collec... 

 

The part that says "You cannot make an object in a collection a clickable link."