Hi,
I am trying to create a bar graph from a survey. I currently have a survey data type, where the list of choices on the survey are from a List of Text.
I then have users answer the survey and store it as a text of whatever they selected from the survey.
The idea is to have the list of text displayed as the x-axis. The y-axis is the count of how many that text has been select.
-
How do i get this list of text to display as the x-axis on the label expression?
-
How do I get the list of users count to be aggregated to a single text of what is displayed on the x-axis?