Employee Review Not Started by Location

Ad Hoc Reporting Guide

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

The Employee Review Not Started by Location 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 location.

Fields

Fields included in the report template
Field Name Group by Sort Order Totals
Review Cycle Yes Ascending  
Location Yes Ascending  
Employee   A to Z  
Job Assignment   Ascending  
Manager   A to Z  
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.