COVERAGE
Compares worked time to scheduled time and returns the amount of coverage
Example Usage
COVERAGE("2022-03-16", "14:00", "22:00") -> nn hours of second shift 2p-10p
Overview
Function signature
COVERAGE(paydate, schedulestart, schedulestop, element)
Category
Analytics
Return data type
float
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
paydate | date | The date on which coverage is to be measured; actual work time will be fetched automatically | |
schedulestart | time | The effective start time of the measurement period | |
schedulestop | time | The effective stop time of the measurement period | |
element | list | Regular Overtime Total | The data element desired; Regular + Overtime = Total |