I have a survey from Survey123 with a field that allows users to select multiple answers. This data is stored in the feature class in the format option1,option2,option4.
I would like this to display in the dashboard in the format Option1, Option2, Option4.
I tried using the find function (see below) however it only finds the first selection in the list. In the below example there it would not find option2 and return the "" string.
iif(Find("option2",$datapoint["example_field_name"])==0,"Option 2","")