is there a report, or one I can build, that will show me the roles and percents per person? | Community
Skip to main content
Level 3
October 14, 2020
Question

is there a report, or one I can build, that will show me the roles and percents per person?

  • October 14, 2020
  • 1 reply
  • 392 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.

1 reply

Level 6
October 14, 2020

Hi Kendra,

You can build a user report and add this column:

valueexpression=CONCAT({role}.{name}," - ",{timePercentage},"%")

listdelimiter=<br>

listmethod=nested(userRoles).lists

valueformat=HTML

displayname=All Job Roles

textmode=true

type=iterate