Export survey report as pivot where questions are columns and set of survey answers are rows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 01:26 PM
We have a report on Metric result (asmt_etric_result) and when we export the report to excel, it exports in a way that each question is exported as row and answer as a column. we want the other way - All questions of the survey as single columns and each answer in a metric instance as each row. so basically we want all questions are columns and each survey answers to those respective questions are as one row as shown in screenshot below. but not able to export in this way. I tried the pivot option but the name (string value ) of the answer is not an option to select when I am trying Pivot method. Wondering if anybody had same requirement and how they were able to do it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2022 02:02 AM
Based on this community post you can achieve this with a database view, where you combine the assessment instance and question and create fields for your questions. Unfortunately I do not have time to try this solution, but it seems to work fine.