public.adherencedaydata

public.adherencedaydata

Description

Adherence Summarised Daily Data

Columns

Name Type Default Nullable Children Parents Comment
keyid varchar(100) false
userid varchar(50) true User GUID
startdate timestamp without time zone true Start Time (UTC)
startdateltc timestamp without time zone true Start Time (LTC)
daystartoffsetsecs integer true Start of Day Offset
adherenceperc numeric(20,2) true Adherence Percentage
conformperc numeric(20,2) true Conformance Percentage
impact varchar(50) true What was the overall impact of adherence?
adherenceschedulesecs integer true The Total Adherence Time that adherence is measured against
conformanceschedulesecs integer true The Total Conformance Time that adherence is measured against
conformanceactualsecs integer true Total Time Agent in Conformance
exceptioncount integer true Total Exception Count
exceptiondurationsecs integer true Impacted Seconds
impactseconds integer true Impacted Seconds
schedulelengthsecs integer true Total Scheduled Time (Seconds)
actuallengthsecs integer true Total Actual Scheduled Time length
updated timestamp without time zone true Date Row was updated (UTC)

Constraints

Name Type Definition
adherencedaydata_pkey PRIMARY KEY PRIMARY KEY (keyid)

Indexes

Name Definition
adherencedaydata_pkey CREATE UNIQUE INDEX adherencedaydata_pkey ON public.adherencedaydata USING btree (keyid)

    • Related Articles

    • public.vwadherencedaydata

      Description Adherence Summarised Daily Data Table Definition CREATE VIEW vwadherencedaydata AS ( SELECT ad.userid, ad.startdate, ad.startdateltc, ad.daystartoffsetsecs, ((ad.daystartoffsetsecs)::numeric / 86400.00) AS daystartoffsetsecsday, ...
    • public.participantattributesdynamic

      Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false conversationid varchar(50) false conversationstartdate timestamp without time zone false conversationstartdateltc timestamp without time zone true ...
    • public.evalquestiondata

      Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false evaluationid varchar(50) false evaluationformid varchar(50) false questiongroupid varchar(50) true questionid varchar(50) true answerid varchar(50) true ...
    • public.userpresencedetaileddata

      Description User Presence Detailed Data Columns Name Type Default Nullable Children Parents Comment keyid varchar(255) false Primary Key userid varchar(50) true Agent GUID starttime timestamp without time zone false Start Time (UTC) starttimeltc ...
    • public.userinteractionpresencedetaileddata

      Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(255) false userid varchar(50) true starttime timestamp without time zone false starttimeltc timestamp without time zone true endtime timestamp without time zone ...