Rollups
Shows rolled up stats information for a survey.
Table Specific Information
Select
You must specify the survey Id for this view to see roll up stats for the survey. The server will execute other filters client-side in memory.
For example, the following query is processed server side:
SELECT * FROM Rollups WHERE SurveyId = '1231231'
Columns
| Name | Type | Description |
| SurveyId | String | The id of the survey. |
| QuestionId | String | The id of the question |
| Family | String | The family this question belongs to. |
| Subtype | String | The subtype this question belongs to. |
| Answered | Integer | Number of people who answered this question by picking one of the given choices. |
| AnsweredOther | Integer | Number of people who answered this question by picking the other option. |
| Skipped | Integer | Number of people who skipped this question. |