public.mvwevaluationgroupdata
Description
Columns
keyid |
varchar(50) |
|
false |
|
|
|
evaluationid |
varchar(50) |
|
true |
|
|
|
questiongroupid |
varchar(50) |
|
true |
|
|
|
questiongroupname |
varchar(200) |
|
true |
|
|
|
totalscore |
numeric(20,2) |
|
true |
|
|
|
maxtotalscore |
numeric(20,2) |
|
true |
|
|
|
markedna |
bit(1) |
|
true |
|
|
|
totalcriticalscore |
numeric(20,2) |
|
true |
|
|
|
maxtotalcriticalscore |
numeric(20,2) |
|
true |
|
|
|
totalnoncriticalscore |
numeric(20,2) |
|
true |
|
|
|
maxtotalnoncriticalscore |
numeric(20,2) |
|
true |
|
|
|
totalscoreunweighted |
numeric(20,2) |
|
true |
|
|
|
maxtotalscoreunweighted |
numeric(20,2) |
|
true |
|
|
|
failedkillquestions |
bit(1) |
|
true |
|
|
|
divisionid |
varchar(50) |
|
true |
|
|
|
comments |
text |
|
true |
|
|
|
conversationid |
varchar(50) |
|
true |
|
|
|
Constraints
mvwevaluationgroupdata_keyid_key |
UNIQUE |
UNIQUE (keyid) |
Indexes
mvwevaluationgroupdata_keyid_key |
CREATE UNIQUE INDEX mvwevaluationgroupdata_keyid_key ON public.mvwevaluationgroupdata USING btree (keyid) |
mvevalgroupdatadivisionid |
CREATE INDEX mvevalgroupdatadivisionid ON public.mvwevaluationgroupdata USING btree (divisionid) |
mvevalgroupdatakeyid |
CREATE UNIQUE INDEX mvevalgroupdatakeyid ON public.mvwevaluationgroupdata USING btree (keyid) |
mvwevalgroupdataevaluationid |
CREATE INDEX mvwevalgroupdataevaluationid ON public.mvwevaluationgroupdata USING btree (evaluationid) |
Related Articles
public.mvwconvvoiceoverviewdata
Description Columns Name Type Default Nullable Children Parents Comment conversationid varchar(50) false sentimentscore numeric(20,2) true sentimenttrend numeric(20,2) true agentdurationpercentage numeric(20,2) true customerdurationpercentage ...
public.mvwconvvoicesentimentdetaildata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(100) false conversationid varchar(50) true starttime timestamp without time zone true starttimeltc timestamp without time zone true duration numeric(20,2) true ...
public.vwteammemberdata
Description Team Member Data View Table Definition CREATE VIEW vwteammemberdata AS ( SELECT tm.userid, ud.name AS "Agent Name", td.name AS "Team Name" FROM ((teammemberdata tm LEFT JOIN vwuserdetail ud ON (((tm.userid)::text = (ud.id)::text))) LEFT ...
public.jobminimumdefinition
Description Columns Name Type Default Nullable Children Parents Comment jobid integer nextval(‘jobminimumdefinition_jobid_seq’::regclass) false jobname varchar(255) true maxsyncspan varchar(50) true lookbackspan varchar(50) true Constraints Name Type ...
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 ...