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

Groups Report: list users?

Avatar

Level 2

Hi all, does anyone know how to list the users in a group report, for each group? Similarly to how you can list the users within a team, in a team report...

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Laurence,

 

Try the following text mode

 

displayname=Group Members
listmethod=nested(userGroups).lists
listdelimiter=<br>
textmode=true
type=iterate
valueexpression=IF({user}.{isActive}="true",{user}.{name})
valueformat=HTML

Note that the above will only return the username if their account in Wokfront is active.

 

Hope this helps!

 

Best Regards,

Rich. 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi Laurence,

 

Try the following text mode

 

displayname=Group Members
listmethod=nested(userGroups).lists
listdelimiter=<br>
textmode=true
type=iterate
valueexpression=IF({user}.{isActive}="true",{user}.{name})
valueformat=HTML

Note that the above will only return the username if their account in Wokfront is active.

 

Hope this helps!

 

Best Regards,

Rich. 

Hi Rich,

This is exactly what I was looking for. Thank you so much for helping me out!

Best regards,

Laurence