내 커뮤니티 업적 표시줄을 확대합니다.

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.
해결됨

User Report by Job Role (primary and secondary)

Avatar

Community Advisor

Hi gang! Trying to figure out how many users we have associated with each job role (not just number, but names too). When I pull a user report with a filter of job role name is not blank, user is active and group it by job role name, evidently this only brings back primary job roles, it doesn't take into account any secondary job role. How can I also have visibility into secondary job role? So for example if I'm associated with A and B roles, I should show in the report under the A and B groupings.

If this helped you, please mark correct to help others : )

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hey Madalyn,

 

Hope you are keeping well!

 

I'm not sure you'll be able to achieve that with a user-based report. A user report will only pull in a user once, it won't display them twice under different groupings. The only option you have with this type of report is to show all of the roles each user has in one of your report columns.

 

A better approach might be to use a Job Role report, and adding a user collection as a column within your view using the following text mode:

 

displayname=Users
listdelimiter=<br>
listmethod=nested(userRoles).lists
shortview=true
textmode=true
type=iterate
valueexpression={user}.{name}
valueformat=HTML

 

This would display all of the users associated with each job role, regardless of whether it is a primary or secondary role.

 

Hope that helps!

 

Best Regards,

Rich.

 

 

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hey Madalyn,

 

Hope you are keeping well!

 

I'm not sure you'll be able to achieve that with a user-based report. A user report will only pull in a user once, it won't display them twice under different groupings. The only option you have with this type of report is to show all of the roles each user has in one of your report columns.

 

A better approach might be to use a Job Role report, and adding a user collection as a column within your view using the following text mode:

 

displayname=Users
listdelimiter=<br>
listmethod=nested(userRoles).lists
shortview=true
textmode=true
type=iterate
valueexpression={user}.{name}
valueformat=HTML

 

This would display all of the users associated with each job role, regardless of whether it is a primary or secondary role.

 

Hope that helps!

 

Best Regards,

Rich.

 

 

Avatar

Community Advisor

You're a peach. This is beautiful. I added a column that shows of who are the active users that are assigned.

If this helped you, please mark correct to help others : )

Avatar

Level 1

What did you apply to show active users?