Help with Task

496
2
10-07-2021 01:12 PM
ChristopherCharles-Noriega
New Contributor II

In Survey123 Connect (3.2.3.0),

I am having difficulty figuring out how to do the following task:

When filling out the questions, “What health issues have your family experienced in the past two weeks? ---> when someone clicks no symptoms (second spreadsheet (choices), row 83), we should remove the following three questions: 

How many people in your house have been sick in the past two weeks? (first spreadsheet (survey), row 44)
How many people in your house have needed to go to the hospital or clinic due to being sick in the past two weeks? (first spreadsheet (survey), row 46)
In the past month, how much did you pay for your household’s medical treatment related to being sick (includes transportation, hospital stay, medicine, etc. (first spreadsheet (survey), row 47)


Can anyone assist?

See attached

0 Kudos
2 Replies
BarbaraWebster1
Esri Regular Contributor

Hi Christopher,

If you want questions 44, 46, and 47 to disappear even if the user has selected other choices besides 'no symptoms,' you can enter the following into the relevant column for those questions:

not(selected(${Health_Issue},"nosympt"))

If you want the three questions to appear if someone selects 'no symptoms' and another choice, you could enter this into the relevant column for those three questions:

${Health_Issue}!="nosympt"

Thanks,
-Barbara

0 Kudos
ChristopherCharles-Noriega
New Contributor II

Thank you, Barbara. 

0 Kudos