Groups Report: list users? | Community
Skip to main content
laurence_jayawardane
Level 4
August 24, 2022
Solved

Groups Report: list users?

  • August 24, 2022
  • 1 reply
  • 671 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Richard_Le_

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. 

1 reply

Richard_Le_Community AdvisorAccepted solution
Community Advisor
August 24, 2022

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. 

laurence_jayawardane
Level 4
August 24, 2022

Hi Rich,

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

Best regards,

Laurence