Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.

Mark Solution

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

SOLVED

How do I get all users on a project (in the people tab) on a report?

Avatar

Level 3

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Community Advisor

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...

If this helped you, please mark correct to help others : )

Avatar

Correct answer by
Community Advisor

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