[LATE_DAY] returns the number of days that staff has been late to work within the Pay Period.
Returns the number of days that staff has been late to work within the Pay Period. Pay Period means the date range of the Payroll Batch.
Late Day: Day(s) with Late Minutes would be counted. Late Minutes depends on the Late In formula set in the Shift.
Payroll Variable | Description |
---|---|
[LATE_DAY] |
Number of days the staff has been Late |
You can check the number Late Day to see if the staff fulfills the requirement, e.g entitle Attendance Bonus or not.
e.g Staff would be entitled 500 Attendance Bonus if the staff late less than 2 days within the Pay Period.
IIF([LATE_DAY]=<2,500,0)