The Employee-Manager Assignment report uses the Employee Details - Personal topic to display employee-manager assignments, by employee. You can use this report to see which managers a specific employee reports to.
Fields
| Field Name | Group by | Sort Order | Totals |
|---|---|---|---|
| Employee | Yes | A to Z | |
| Manager | |||
| Manager As Of | |||
| Manager Derived Method |
Custom Fields
Manager Derived Method
The Manager Derived Method field displays the manager derived method. It uses the following expression:
CASE
WHEN EmployeeManager.DerivationMethod = 1 THEN 'Direct Report'
WHEN EmployeeManager.DerivationMethod = 2 THEN 'Derived by Org'
WHEN EmployeeManager.DerivationMethod = 3 THEN 'Derived by Position'
ELSE ' '
END
Filters
The template includes the following filters: