Backward compatibility alias for vwEvaluationOverview - DEPRECATED: Use vwEvaluationOverview instead
CREATE VIEW mvwevaluationoverview AS (
SELECT vwevaluationoverview.keyid,
vwevaluationoverview.conversationid,
vwevaluationoverview."Title Conv",
vwevaluationoverview.evaluationid,
vwevaluationoverview."Title Eval",
vwevaluationoverview.iscalibration,
vwevaluationoverview.evaluationformid,
vwevaluationoverview.evaluatorid,
vwevaluationoverview."Title Evaluator",
vwevaluationoverview.userid,
vwevaluationoverview.status,
vwevaluationoverview.totalscore,
vwevaluationoverview.totalcriticalscore,
vwevaluationoverview.totalnoncriticalscore,
vwevaluationoverview.agenthasread,
vwevaluationoverview.releasedate,
vwevaluationoverview.releasedateltc,
vwevaluationoverview.releasedateusrtz,
vwevaluationoverview.assigneddate,
vwevaluationoverview.assigneddateltc,
vwevaluationoverview."Agent Name",
vwevaluationoverview."Agent Dept",
vwevaluationoverview."Agent Manager Id",
vwevaluationoverview."Agent Manager Name",
vwevaluationoverview."Agent Div",
vwevaluationoverview."Evaluator Name",
vwevaluationoverview."Evaluator Manager Id",
vwevaluationoverview."Evaluator Manager Name",
vwevaluationoverview.convstartdate,
vwevaluationoverview.convenddate,
vwevaluationoverview.average_score,
vwevaluationoverview.over80,
vwevaluationoverview.queuename,
vwevaluationoverview.mediatype
FROM vwevaluationoverview
)
Name | Type | Default | Nullable | Children | Parents | Comment |
---|---|---|---|---|---|---|
keyid | text | true | ||||
conversationid | varchar(50) | true | ||||
Title Conv | text | true | ||||
evaluationid | varchar(50) | true | ||||
Title Eval | text | true | ||||
iscalibration | boolean | true | ||||
evaluationformid | varchar(50) | true | ||||
evaluatorid | varchar(50) | true | ||||
Title Evaluator | text | true | ||||
userid | varchar(50) | true | ||||
status | varchar(20) | true | ||||
totalscore | numeric(20,2) | true | ||||
totalcriticalscore | numeric(20,2) | true | ||||
totalnoncriticalscore | numeric(20,2) | true | ||||
agenthasread | boolean | true | ||||
releasedate | timestamp without time zone | true | ||||
releasedateltc | timestamp without time zone | true | ||||
releasedateusrtz | timestamp without time zone | true | ||||
assigneddate | timestamp without time zone | true | ||||
assigneddateltc | timestamp without time zone | true | ||||
Agent Name | varchar(200) | true | ||||
Agent Dept | varchar(200) | true | ||||
Agent Manager Id | varchar(50) | true | ||||
Agent Manager Name | varchar(200) | true | ||||
Agent Div | varchar(50) | true | ||||
Evaluator Name | varchar(200) | true | ||||
Evaluator Manager Id | varchar(50) | true | ||||
Evaluator Manager Name | varchar(200) | true | ||||
convstartdate | timestamp without time zone | true | ||||
convenddate | timestamp without time zone | true | ||||
average_score | integer | true | ||||
over80 | integer | true | ||||
queuename | varchar(255) | true | ||||
mediatype | varchar(50) | true |
Name | Columns | Comment | Type |
---|---|---|---|
public.vwevaluationoverview | 34 | View for evaluation overview data (converted from materialized view) | VIEW |