Employee Review Not Started by Manager

Ad Hoc Reporting Guide

Version
R2025.2.1
ft:lastEdition
2025-12-01
Employee Review Not Started by Manager

The Employee Review Not Started by Manager report is a variation of the Employee Review Not Started template. It uses the Performance Review topic to return the list of employees who haven't started the review, grouped by manager.

Fields

Fields included in the report template
Field Name Group by Sort Order Totals
Review Cycle Yes Ascending  
Manager Yes A to Z  
Employee   A to Z  
Job Assignment   Ascending  
Location   Ascending  
Manager Email   A to Z  
Review Period Yes    

Custom Fields

Review Period

The Review Period custom field displays the review period. It uses the following expression:

CASE
    WHEN vEmployeeReviewCycleReport.ReviewCycleStartDate IS NULL THEN ''
    ELSE Convert(nvarchar(10), vEmployeeReviewCycleReport.ReviewCycleStartDate, 101) + ' - ' + Convert(nvarchar(10), vEmployeeReviewCycleReport.ReviewCycleEndDate, 101)
END

Filters

The template includes the following filters:

Report filters.