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
Solved! Go to Solution.
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.
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.
That worked! thanks so much!
Views
Replies
Total Likes
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?
Views
Likes
Replies