I’m working on a report in which I want to make something that lists the number of tickets under each director (a list of all his managers’ teams) and manager (a list of all employees under his/her organization) with an unresolved status.
For instance, I would like to know how many tickets are assigned to each manager’s team. I would also like to check how many tickets are open under each director or lead.
I would appreciate any assistance.
Hello @manya
You can import the assignee manager as a property in the Assignee dimension and then create a new custom hierarchy Manager name in the Assignee dimension.
See instruction on how to do it here:
After that, you can create a calculated member in the Assignee dimension Manager name hierarchy for each director like this:
Aggregate({
[Assignee.Manager name].[Anna Linda],
[Assignee.Manager name].[Imported manager name]
})
In the report, then select those calculated members and expand them to see all users:
best,
Gerda // support@eazybi.com