Select to view content in your preferred language

Hiding Choice in Feature areport

95
2
Wednesday
ChrisHertel
Emerging Contributor

Hello, I have a select_one question with a number of different choices.  I was wondering if it is possible to hide a specific choice when selected in the feature report.  For example, if I have choices A, B and C.  If someone selects A or B, those values will show up in the feature report.  However, if someone selected C, that value will not show up in the feature report.

0 Kudos
2 Replies
Neal-Kittelson
Frequent Contributor

You will have to put in conditional filters in your report.  Check out this documentation: 

https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereport-conditionalelements.htm

0 Kudos
TylerGraham2
Frequent Contributor

${Question1 | checked:"ChoiceA"} Text for Choice A goes here

${Question1 | checked:"ChoiceB"} Text for Choice B goes here

This will show a check box next to Choice A and B and since you are not including one for Choice C, Choice C won't show in the report.  

0 Kudos