Hello
I have a field where the user can select multiple items
Example:
Question: Disability
Choices: the field is a multiple select (they can select all 3 at the same time if needed)
The value comes back as a string below
&Vision&
or
&Vision&Hearing&Speech&
or
&Hearing&Speech&
etc..
I want to be able to count how many times each item from the list was selected
How can I do this?
Edited by sanchezgmc06 - 04 Nov 2016 at 1:24pm