Selection of Children age 5 - 17 years only

I am having an issue coding this in xlsform. please I need help
Household Survey_V0.xlsx (42.9 KB)

What you not able to do?

I’m trying to code this questionnaire that, SECTION 2 and SECTION 3 only relevant for children within d ages of 5 and 17 years of a Household

I have tried different ways but still SECTION 3 only capture the first name name.

Hi @Bahm_Bonnie

I’m trying to code this questionnaire that, SECTION 2 and SECTION 3 only relevant for children within d ages of 5 and 17 years of a Household

then you need to use that expression ${ages}>=5 and ${ages}<=17 in relevant column not in constraint. If you do that the whole group should be displayed only if age is between 5-17.

1 Like