Expand my Community achievements bar.

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

Avatar

Level 3
 
1 Reply

Avatar

Level 7

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