Solved
Reporting Numerical Text Responses
Is there some way to make numerical text responses easier to view? My survey asks for age to be entered in a text response box, and so far I've had numbers ranging from 19 to 24. However, the reports section shows these responses in a table, which is extremely bulky. Could I possible get some sort of bar graph for text responses like I see for other responses?
Best answer by PeeyushBansal
If you are using the Numeric type you can show only Average Age and if you want to show %age for each age group you can do as below:-
You can punch data in some embedded variable say Final_Age and punch it based on conditions like
if(q1 == 19) Final_Age=19 Years.... and then use this embed variable in reporting.
Or you can also create age buckets like 19-20, 21-22, 23-24.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.