Use "ask if" command depending on the response to the previous question of the previous dictionary in menu program
Posted: March 23rd, 2022, 11:11 am
How to use "ask if" command depending on the response to the previous question of the previous dictionary in menu program.
There are two variables in the interviewer menu.
1. Household questionnaire (launch household dictionary)
2. Individual questionnaire (launch individual dictionary)
※ The household questionnaire will be conducted before the Individual questionnaire.
In the individual questionnaire, I would like to ask some questions in case there is a minor (age under 18) in the household questionnaire.
How to revise the below logic?
Preproc
ask if count(HOUSEHOLD_ROSTER where AGE in 0:17) > 0
There are two variables in the interviewer menu.
1. Household questionnaire (launch household dictionary)
2. Individual questionnaire (launch individual dictionary)
※ The household questionnaire will be conducted before the Individual questionnaire.
In the individual questionnaire, I would like to ask some questions in case there is a minor (age under 18) in the household questionnaire.
How to revise the below logic?
Preproc
ask if count(HOUSEHOLD_ROSTER where AGE in 0:17) > 0