The Time Worked on Holiday report contains information about employees who have worked hours on a holiday.
Fields
| Field Name | Group by | Sort Order | Totals |
|---|---|---|---|
| Employee Number | Yes | A to Z | |
| Employee Display Name | |||
| Pay Holiday Name | |||
| Holiday Date | |||
| Employee Pay Summary Business Date |
Custom Fields
Shift Date
The Shift Date custom field displays the shift date. It uses the following expression:
convert(varchar(10),EmployeePaySummary.BusinessDate,101)
Holiday Date
The Holiday Date custom field displays the holiday date. It uses the following expression:
PayHoliday.HolidayDate