Manager-Employee Assignment

Ad Hoc Reporting Guide

Version
R2025.2.1
ft:lastEdition
2025-12-01
Manager-Employee Assignment

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

Fields included in the report template
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:

Manager Employee Assignment report filters.