Solved
Is it possible to create a Project report with a column listing all assignees on the project?
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
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
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.