Categories
- All Categories
- 164 Oracle Analytics News
- 30 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.7K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 56 Oracle Analytics Trainings
- 13 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Filter Manager Count by Assignement type

Hi,
I am having trouble getting the correct Manager count, as the Manager Count Fact is counting all my different types of assignments. My company uses four different "Assignment Types," and we do not want to consider someone a manager if they only have Pending, Non-Worker, or Contingent Worker assignments.
The main reason I want to use the same Fact is that I pass the variable to get a detailed report in a dashboard. I am trying to find a way to ensure that I can maintain that link while filtering out the unwanted assignment types.
Please let me know if there is a solution.
Answers
-
@Edwin Martinez Have you tried creating a Custom case when calculation for "we do not want to consider someone a manager if they only have Pending, Non-Worker, or Contingent Worker assignments"?
Custom Calculation can be called like "Not a Manager" and then you can use this column instead of the direct Manager count column being currently used.
0 -
@Ashish-Oracle The assignments I want to exclude are not those of the employee considered to be the manager, but rather the assignments of the employees who report directly to the manager.
That’s the part I’m having trouble with because, after making that calculation, I need to display the managers so the users can click through and view the details of those managers.
0 -
Hi @Edwin_Martinez you can use this formula
FILTER("HCM - Workforce Core"."Facts - Workforce Headcount"."Manager Count" USING "HCM - Workforce Core"."Manager Information"."Manager Person Number" IS NOT NULL AND "HCM - Workforce Core"."Assignment Information"."Assignment Type"='Employee')
Raghu
1