- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 04:13 AM
Dear SN Community,
We have a survey with a "Yes/No" question.
I would like to create a report showing a pie chart with the percentage of Yes and No answers.
So I would create a report on the asmt_metric_result table, filter on the records and "group by" the answer.
My problem is that the result is stored in the "String value" field. But you can't group by a string field.
I can only group by on the "Actual value" field. But that stores only 0/1. Zeros and Ones do not look good in reports...
Is there any way to show the percentage of Yes/No answers and labeling them correctly without 0 and 1?
Thank you
Peter
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 08:24 AM
Can you create a Report ranges to translate the actual value to ranges (1 and 0)? These are global to the table. You may want to create a view so that this can be restricted to just this question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 08:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 08:46 AM
I do not see the "String value" in the "Group by" field. I tried it in Jakarta and Kingston with the same setting... I have no idea why!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 12:12 PM
I believe you can't group by string fields. Can you group by the actual value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2018 01:50 PM
Were you able to figure this out? I'm in the same situation.