The Manager-Employee Assignment report uses the Employee Details - Personal topic to display information about employee-manager assignments, with the records grouped by manager. For example, a user might generate this report to see which employees report to a specific manager.
Fields
| Field Name | Group by | Sort Order | Totals |
|---|---|---|---|
| Manager | Yes | A to Z | |
| Employee | |||
| 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: