Is there any way to see all users associated with a particular job role? Or better yet, a report of all job roles with their associated users? I'm not seeing an easy way to do this, but maybe there's a sneaky text mode way I don't know about... | Community
Skip to main content
New Participant
August 19, 2021
Solved

Is there any way to see all users associated with a particular job role? Or better yet, a report of all job roles with their associated users? I'm not seeing an easy way to do this, but maybe there's a sneaky text mode way I don't know about...

  • August 19, 2021
  • 1 reply
  • 822 views
No text available
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 William--

yep.

displayname=Assigned Active Users

listdelimiter=<br>

listmethod=nested(userRoles).lists

textmode=true

type=iterate

valueexpression=IF({user}.{isActive},{user}.{name},"")

valueformat=HTML

1 reply

William--
New Participant
August 19, 2021

In a Job Role report/view:

displayname=Assigned Users

listdelimiter=<br>

listmethod=nested(userRoles).lists

textmode=true

type=iterate

valuefield=user:name

valueformat=HTML

If you like my content, please take a moment to view and vote on my Idea Requests: https://tinyurl.com/4rbpr7hf
New Participant
August 19, 2021

Thank you so much!! One further question: is there a way to limit this to active users?

William--
William--Accepted solution
New Participant
August 19, 2021

yep.

displayname=Assigned Active Users

listdelimiter=<br>

listmethod=nested(userRoles).lists

textmode=true

type=iterate

valueexpression=IF({user}.{isActive},{user}.{name},"")

valueformat=HTML

If you like my content, please take a moment to view and vote on my Idea Requests: https://tinyurl.com/4rbpr7hf