Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Is it possible to create a Project report with a column listing all assignees on the project?

Avatar

Level 3

I am trying to create a project report that shows the full list of assigned people, and do not want this in a task report

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hey,

 

Yes, this is possible. Add a column to your report view, switch to text mode and add the following code:

displayname=Project Team
listdelimiter=<br>
listmethod=nested(projectUsers).lists
textmode=true
type=iterate
valueexpression={user}.{name}
valueformat=HTML

 

Best Regards,

Rich. 

 

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hey,

 

Yes, this is possible. Add a column to your report view, switch to text mode and add the following code:

displayname=Project Team
listdelimiter=<br>
listmethod=nested(projectUsers).lists
textmode=true
type=iterate
valueexpression={user}.{name}
valueformat=HTML

 

Best Regards,

Rich. 

 

Avatar

Level 3

That worked! thanks so much!

Avatar

Level 1

It it possible to filter the project users to only display a user assigned to a specific job role in the list of users rather than the full list?