Question Group Scores
SPRPT_CRQUESTIONGROUPSCORES Stored Procedure
Question Group Scores
A reporting stored procedure used for the following report: Calibration Recording Summary. This report can be found in the Interaction Quality Manager Reports category. The stored procedure uses the following view to gather it's data set: CRScoringDetail_viw.
-
Last Changed Version - 17.4.0.0
-
Last Changed Reason - New Crystal Report stored procedure.
SQL Parameter Definitions
Column |
Parameter Direction |
Data Type (Size) |
Description |
@WhereClause |
INPUT |
nvarchar (MAX) |
|
@OrderClause |
INPUT |
nvarchar (2048) |
|
Column |
Parameter Direction |
Data Type (Size) |
Description |
I_WHERECLAUSE |
INPUT |
nvarchar2 |
|
I_ORDERCLAUSE |
INPUT |
varchar2 |
|
o_prc |
OUTPUT |
sys_refcursor |
|