How do I get all users on a project (in the people tab) on a report? So the opposite of assigned to tasks, and just on the project. Again the ones who show up in the people tab.
Solved! Go to Solution.
Views
Replies
Total Likes
Are you referring to listing the users in the People tab on a project report?
If so:
displayname=Project Users
listdelimiter=<hr>
listmethod=nested(projectUsers).lists
textmode=true
type=iterate
valueexpression=CONCAT({user}.{name}," - ",{user}.{role}.{name})
valueformat=HTML
Closest thing I could think of unless there is text mode in a column that I'm not sure about is using project > shared with as a column in your project report. It'll show everyone the project is shared with, which includes those in the People tab, but would also have any other groups/inherited sharing...
Are you referring to listing the users in the People tab on a project report?
If so:
displayname=Project Users
listdelimiter=<hr>
listmethod=nested(projectUsers).lists
textmode=true
type=iterate
valueexpression=CONCAT({user}.{name}," - ",{user}.{role}.{name})
valueformat=HTML
Views
Likes
Replies