Response Details report (export only)
The Response Details report (export only) exports response data from the Customer Feedback database to the CSV file format (comma separated values).
CSV is a delimited text file that uses a comma to separate values. This file format is very simple and supported by almost all external databases and reporting or analysis tools including Microsoft Excel.
The following types of data are exported:
-
Organization Information
-
Employee Information
-
Survey Level Information
-
Question Level Information
Report output/data
The following table describes the data that can be exported.
Data |
Description |
---|---|
Organization Information |
|
OrgID |
Key to the ORGANIZATION table in BPMAINDB (operational database). |
OrgName |
Name of the employee’s organization. |
ParentOrgId |
Key to the ORGANIZATION table in BPMAINDB (operational database) for the organization one level above the employee’s organization. |
ParentOrgName |
Name of the organization one level above the employee’s organization. |
ParentOrg2ID |
Key to the ORGANIZATION table in BPMAINDB (operational database) for the organization two levels above the employee’s organization. |
ParentOrg2Name |
Name of the organization two levels above the employee’s organization. |
Employee Information |
|
EmpID |
Key to the EMPLOYEEAM table in BPMAINDB (operational database). |
EmpFName |
Employee’s first name. |
EmpMI |
Employee’s middle initial. Optional field. |
EmpLName |
Employee’s last name. |
JobTitle |
Employee’s job title. Optional field. |
Survey Level Information |
|
SurveyID |
Key to the SURVEY table in BPMAINDB (operational database). |
SurveyMasterID |
Unique ID assigned to each survey definition in BPWAREHOUSEDB. |
SurveyName |
Name of the survey. |
NumQuesTotal |
Total number of questions in the survey (includes all three questions types: option, scale, and comment). |
TransactionID |
Key to the TRANSACTIONTYPE table in BPMAINDB (operational database). |
TransactionName |
Name of the transaction (or service provided to the customer). |
Language |
Name of the survey language. |
Channel |
Survey channel (phone or web). |
SurveyCallID |
Key to the FACTSURVEY table in BPWAREHOUSEDB |
InteractionEndDateGMT |
Based on Greenwich Mean Time, the date and time of the interaction between the agent and the customer ended. |
InteractionEndDateSSTZ |
Based on the time zone of the survey server location, the date and time the interaction between the agent and the customer ended. |
InteractionEndDateAOTZ |
Based on the time zone of the agent’s organization, the date and time the interaction between the agent and the customer ended. |
SurveyIssueDateGMT |
Based on Greenwich Mean Time, the date and time the customer was invited to take a survey. |
SurveyIssueDateSSTZ |
Based on the time zone of the survey server location, the date and time the customer was invited to take a survey. |
SurveyIssueDateAOTZ |
Based on the time zone of the agent’s organization, the date and time the customer was invited to take a survey. |
ResponseStartDateGMT |
Based on Greenwich Mean Time, the date and time the customer started a survey. |
ResponseStartDateSSTZ |
Based on the time zone of the survey server location, the date and time the customer started a survey. |
ResponseStartDateAOTZ |
Based on the time zone of the agent’s organization, the date and time the customer started a survey. |
ResponseDuration |
Elapsed time between when the customer started and finished the survey. When the channel is phone, time is in milliseconds. When the channel is web, time is in seconds. |
HasMessage |
Indicates whether or not a closing comment exists. |
WebMsg |
For a web survey, text of the survey close comment when it exists. |
QMSiteID |
When Customer Feedback is integrated with Quality Monitoring, site ID of the Quality Monitoring system. |
QMSessionID |
When Customer Feedback is integrated with Quality Monitoring, session ID of the Quality Monitoring system. |
SurveyCustAttr |
User-defined field--typically Case Number or Customer ID. |
SurveyUserField1 |
User-defined field. |
SurveyUserField2 |
User-defined field. |
SurveyUserField3 |
User-defined field. |
SurveyUserField4 |
User-defined field. |
SurveyUserField5 |
User-defined field. |
IsAlertProcessed |
Indicates whether or not the survey was processed for a possible alert action. |
NumQuesMin |
Minimum number of questions in the survey. |
NumQuesMax |
Maximum number of questions in the survey. |
NumQuesAnsd |
Total number of questions answered in the survey. |
Question Level Information: The following information is provided for each question in the survey. |
|
QuestID |
Key to the QUESTION table in BPMAINDB (operational database). |
QuestMasterID |
Unique ID assigned to each QUESTION definition in BPWAREHOUSEDB. |
QuestionName |
Name of the question. |
BusinessObj |
|
QuestionType |
Type of question: scale, option, or comment. |
QuestionScale |
|
QuesLowPossible |
|
QuesHighPossible |
|
QuesLowLabel |
|
QuesHighLabel |
|
QuestAnswerID |
Key to the FACTSURVEYANSWER table in BPWAREHOUSEDB. |
QuestAnswerKeyEntry |
|
QuesAnsScore |
|
QuesAnsLabel |
|
WebMessage |
For a web survey, text of the comment question when it exists. (In the web survey application, the Customer Feedback comment question maps to the essay question.) |
Report sample