Display Role Name in an Hour Report, Matrix Format | Community
Skip to main content
Level 9
February 1, 2021
Solved

Display Role Name in an Hour Report, Matrix Format

  • February 1, 2021
  • 2 replies
  • 539 views

Hi WF Community,

I have an Hour report set up to display in the matrix format. I want one of the matrix groupings to be by role name; however, role id is the only available option. Looking at id's in a report isn't user friendly. Wondering if there's a way to show the role name while still in the matrix format.

Thanks.

Nick

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 imgrund

Hi Nick - sadly not that the moment. What I tend to do is use a calculated field on the previous object type that gives the name and then use that.

So like reports that need people (which I'm assuming you have here), I have on their custom form calculated fields that give me Home Team Name, Manager's Name, Role Name, etc.

On projects, I have Portfolio Name and Program Name.

You just go to the User Custom Form, add the calculated field, and the "formula" is Role.Name

Now, this only works for Primary Role, Home Team, but it has been helpful in charts and Matrix reports where you can't text mode groupings.

2 replies

imgrund
Adobe Employee
imgrundAdobe EmployeeAccepted solution
Adobe Employee
February 1, 2021

Hi Nick - sadly not that the moment. What I tend to do is use a calculated field on the previous object type that gives the name and then use that.

So like reports that need people (which I'm assuming you have here), I have on their custom form calculated fields that give me Home Team Name, Manager's Name, Role Name, etc.

On projects, I have Portfolio Name and Program Name.

You just go to the User Custom Form, add the calculated field, and the "formula" is Role.Name

Now, this only works for Primary Role, Home Team, but it has been helpful in charts and Matrix reports where you can't text mode groupings.

NickVa7Author
Level 9
February 1, 2021

Creative workaround. Thanks, Anthony. That just might do the trick.