Skip to main content

resource_day_summaries_v1

Represents resources’ time spent against various activities summarized per day.

ColumnData typeDescription
idVARCHAR(32)The unique identifier of the resource utilization per day.
resource_idNUMBER(38,0)The identifier of the resource.
resourceVARCHAR(100)The full name of the resource.
resource_groupVARCHAR(100)The name of the group that this resource belongs to.
shift_duration_in_minutesNUMBER(38,2)The duration of the resource shift in minutes.
shift_duration_in_hoursNUMBER(38,2)The duration of the resource shift in hours.
driving_duration_in_minutesNUMBER(38,2)The duration of the resource driving in minutes.
driving_duration_in_hoursNUMBER(38,2)The duration of the resource driving in hours.
driving_duration_within_wh_in_minutesNUMBER(38,2)The duration of the resource driving within working hours (shift) in minutes.
driving_duration_within_wh_in_hoursNUMBER(38,2)The duration of the resource driving within working hours (shift) in hours.
driving_duration_outside_wh_in_minutesNUMBER(38,2)The duration of the resource driving outside working hours (shift) in minutes.
driving_duration_outside_wh_in_hoursNUMBER(38,2)The duration of the resource driving outside working hours (shift) in hours.
job_duration_in_minutesNUMBER(38,2)The duration of the resource working on jobs in minutes.
job_duration_in_hoursNUMBER(38,2)The duration of the resource working on jobs in hours.
job_duration_within_wh_in_minutesNUMBER(38,2)The duration of the resource working on jobs within working hours (shift) in minutes.
job_duration_within_wh_in_hoursNUMBER(38,2)The duration of the resource working on jobs within working hours (shift) in hours.
job_duration_outside_wh_in_minutesNUMBER(38,2)The duration of the resource working on jobs outside working hours (shift) in minutes.
job_duration_outside_wh_in_hoursNUMBER(38,2)The duration of the resource working on jobs outside working hours (shift) in hours.
job_duration_in_minutes_as_resourceNUMBER(38,2)The duration of the resource working on jobs as the main resource in minutes.
job_duration_in_hours_as_resourceNUMBER(38,2)The duration of the resource working on jobs as the main resource in hours.
job_duration_within_wh_in_minutes_as_resourceNUMBER(38,2)The duration of the resource working on jobs as the main resource within working hours (shift) in minutes.
job_duration_within_wh_in_hours_as_resourceNUMBER(38,2)The duration of the resource working on jobs as the main resource within working hours (shift) in hours.
job_duration_outside_wh_in_minutes_as_resourceNUMBER(38,2)The duration of the resource working on jobs as the main resource outside working hours (shift) in minutes.
job_duration_outside_wh_in_hours_as_resourceNUMBER(38,2)The duration of the resource working on jobs as the main resource outside working hours (shift) in hours.
job_duration_in_minutes_as_assistantNUMBER(38,2)The duration of the resource working on jobs as an assistant in minutes.
job_duration_in_hours_as_assistantNUMBER(38,2)The duration of the resource working on jobs as an assistant in hours.
job_duration_within_wh_in_minutes_as_assistantNUMBER(38,2)The duration of the resource working on jobs as an assistant within working hours (shift) in minutes.
job_duration_within_wh_in_hours_as_assistantNUMBER(38,2)The duration of the resource working on jobs as an assistant within working hours (shift) in hours.
job_duration_outside_wh_in_minutes_as_assistantNUMBER(38,2)The duration of the resource working on jobs as an assistant outside working hours (shift) in minutes.
job_duration_outside_wh_in_hours_as_assistantNUMBER(38,2)The duration of the resource working on jobs as an assistant outside working hours (shift) in hours.
driving_and_job_duration_in_minutesNUMBER(38,2)The duration of the resource driving and working on jobs in minutes.
driving_and_job_duration_in_hoursNUMBER(38,2)The duration of the resource driving and working on jobs in hours.
driving_and_job_duration_within_wh_in_minutesNUMBER(38,2)The duration of the resource driving and working on jobs within working hours (shift) in minutes.
driving_and_job_duration_within_wh_in_hoursNUMBER(38,2)The duration of the resource driving and working on jobs within working hours (shift) in hours.
driving_and_job_duration_outside_wh_in_minutesNUMBER(38,2)The duration of the resource driving and working on jobs outside working hours (shift) in minutes.
driving_and_job_duration_outside_wh_in_hoursNUMBER(38,2)The duration of the resource driving and working on jobs outside working hours (shift) in hours.
absence_duration_in_minutesNUMBER(38,2)The duration of the resource actual absence during the shift in minutes.
absence_duration_in_hoursNUMBER(38,2)The duration of the resource actual absence during the shift in hours.
planned_absence_duration_in_minutesNUMBER(38,2)The duration of the resource planned absence during the shift in minutes.
planned_absence_duration_in_hoursNUMBER(38,2)The duration of the resource planned absence during the shift in hours.
unallocated_duration_in_minutesNUMBER(38,2)The duration of the resource unallocated time (i.e. time not spent on driving, job or absence) during the shift, in minutes.
unallocated_duration_in_hoursNUMBER(38,2)The duration of the resource unallocated time (i.e. time not spent on driving, job or absence) during the shift, in hours.
availability_duration_in_minutesNUMBER(38,2)The duration of the resource availability in minutes after excluding absence duration.
availability_duration_in_hoursNUMBER(38,2)The duration of the resource availability in hours after excluding absence duration.
dateDATEThe date of resource utilization summary.
date_yearNUMBER(4,0)The year of the 'date' column.
date_monthNUMBER(2,0)The month of the 'date' column.
date_dayNUMBER(2,0)The day of the 'date' column.
date_weekNUMBER(2,0)The week of the year of the 'date' column.
date_day_of_the_weekNUMBER(2,0)The day of the week of the 'date' column.
date_week_commencing_dateDATEThe week commencing date of the 'date' column.
time_zoneVARCHAR(80)The time zone of the resource.
_last_sync_atTIMESTAMP_TZ(9)The timestamp with time zone offset of when the resource day record was last refreshed.