Line Manager Dashboard - Headcount
Summary
Female ManagersContent
Hi All,
Looking to Female Managers metric I can see the following logic:
IFNULL(((FILTER(FILTER("Worker Assignment"."Head Count" USING (DESCRIPTOR_IDOF("Worker"."Employee Gender") = 'F')) USING ("Grade"."Grade Code" IN ('BI_HR_M1', 'BI_HR_M2', 'BI_HR_M3', 'BI_HR_M4', 'M-1', 'M-2', 'M-3', 'M-4', 'M1', 'M2', 'M3', 'M4'))))/"Worker Assignment"."Head Count") * 100, 0)
In our organization we do not use Grade Code to indicate who is manager and who is not. So, this logic does not work for us. I've tried to replace that logic for "Assignment Manager List Unsecured"."Manager Flag" = 'Yes' and I was told that will list only the Compensation Managers.