public.vwevalquestiongroupdata
Description
Evaluation Question Group Detailed Data
Table Definition
CREATE VIEW vwevalquestiongroupdata AS (
SELECT concat(egd.evaluationformid, '|', egd.questiongroupid) AS questiongroupfactkey,
egd.keyid,
egd.evaluationid,
egd.questiongroupid,
egd.totalscore,
egd.maxtotalscore,
egd.markedna,
egd.totalcriticalscore,
egd.maxtotalcriticalscore,
egd.totalnoncriticalscore,
egd.maxtotalnoncriticalscore,
egd.totalscoreunweighted,
egd.maxtotalscoreunweighted,
egd.failedkillquestions,
egd.comments,
egd.updated
FROM evalquestiongroupdata egd
)
Columns
questiongroupfactkey |
text |
|
true |
|
|
|
keyid |
varchar(50) |
|
true |
|
|
Primary Key |
evaluationid |
varchar(50) |
|
true |
|
|
Evaluation GUID |
questiongroupid |
varchar(50) |
|
true |
|
|
Evaluation Question Group Comments |
totalscore |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Total Score |
maxtotalscore |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Max Total Score |
markedna |
bit(1) |
|
true |
|
|
Evaluation Question Group Marked Not Applicable (True/False) |
totalcriticalscore |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Total Critical Score |
maxtotalcriticalscore |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Total Max Critical Score |
totalnoncriticalscore |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Total Non Critical Score |
maxtotalnoncriticalscore |
numeric(20,2) |
|
true |
|
|
Evaluation Question GroupTotal Max Non Critical Score |
totalscoreunweighted |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Total Score Un-Weighted |
maxtotalscoreunweighted |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Max Total Score Un-Weighted |
failedkillquestions |
bit(1) |
|
true |
|
|
Evaluation Question Group Falled Kill Questions |
comments |
text |
|
true |
|
|
Evaluation Question Group Comments |
updated |
timestamp without time zone |
|
true |
|
|
Date Row Updated (UTC) |
Referenced Tables
Related Articles
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.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.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.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 ...
public.userpresencedata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(255) false id varchar(50) true userid varchar(50) true startdate timestamp without time zone false startdateltc timestamp without time zone true timetype ...