Good day,
My first time posting so hope I am following the rules.
I have 2 csv files. One for Households which i will call hh.csv and the other for individucals (indiv.csv)
I have been able to pulldata from the csv using pulldata('hh', 'hhlabel', 'nidhh', ${nidhh}). these are the columns in my hh.csv file- nidhh communityid hhh hhlabel hhsize. These are the columns in my indiv.csv file nidhh nid name relationship pullid.
I have used select_one to successfully pick a household.
what i want to do is use select_multiple and pulll all members of the household from the just selected household and ask if they are still members before i proceed to ask them more questions. I am relatively new at this and i would appreciate it if the next step is also provided (asking the chosen people more questions). Thanks