The variable is for getting the number of late minutes of the date.
Name | Possible Value | Usage | Description | Optional |
---|---|---|---|---|
Basic Form | N/A | [LATE_IN_MINUTES] | To get the number of late minutes of the date. | N/A |
EFFECTIVE_TIME_RELATIVE | A positive integer | [OVERTIME_MINUTES(EFFECTIVE_TIME_RELATIVE=10)] | To set the shift start time 10 minutes earlier for calculating the late minutes | Yes |
THRESHOLD | A positive integer | [OVERTIME_MINUTES(THRESHOLD=15)] | The total late minutes will only be counted if it is over the 15 minutes threshold. The 15 minutes threshold will be counted in the result. It can be used with the parameter "DISCARD_THRESHOLD" | Yes |
DISCARD_THRESHOLD | N/A | [OVERTIME_MINUTES(THRESHOLD=15,DISCARD_THRESHOLD)] | It should be used with the parameter "THRESHOLD". The 15 minutes threshold will be deducted from the result. | Yes |