I'm looking for any suggestions or solutions to using a Survey123 select_multiple response within Operations Dashboard. This question type outputs as a comma delimited field which makes it pretty much unusable in Ops Dashboard.
I went through the steps of pulling out the unique answers into hidden fields as yes/no... through the calculation column: if(selected(${name},'somevalue'), 'Yes', 'No') ...but still can't find a good solution to displaying/summarizing this info in any of the Dashboard elements.
What I would like to be able to do to count the number of times a value (not a response) has been selected for each question and also graph those with the other. This works well in the survey123.arcgis.com website, but Ops Dashboard is completely different...


Thanks!