Current Employee Flight Risk by Manager

Ad Hoc Reporting Guide

Version
R2025.2.1
ft:lastEdition
2025-12-01
Current Employee Flight Risk by Manager

The Current Employee Flight Risk by Manager report uses the Current Flight Risk and Performance Review topic to display a list of employees with current flight risk predictions and performance review details, with records grouped by manager. By default, the report records are filtered to exclude terminated employees.

Note: If you don’t use Dayforce performance reviews, remove the performance-related columns from the report (Performance Level, Last Review Rating, and Review Date).

Fields

Fields included in the report template
Field Name Group by Sort Order Totals
Manager      
Employee      
Department      
Job Assignment      
Job      
Flight Risk Indicator      
Performance Level      
Last Review Rating      
Review Date      

Custom Fields

Last Review Rating

The Last Review Rating custom field displays the employee's latest performance review rating. It uses the following expression:

CASE
    WHEN vEmployeeReviewCycleReport.LastReviewRating IS NULL THEN 'Not Rated'
    ELSE CONVERT(nvarchar(10), CONVERT(Decimal(10,2), vEmployeeReviewCycleReport.LastReviewRating))+' / '+CONVERT(nvarchar(10), CONVERT(Decimal(10,2), vEmployeeReviewCycleReport.LastReviewMaxRating))
END

Filters

The template includes the following filters:

Filters available for the report.