I have query about creating member ID and repeating the appearance household member names in the subsections. I used the following formula but it is showing error. I kindly request you to provide your guidance in this regard.
The formula used for creating Household ID and member ID are as follows
Household iD: concat(${Q1_C},’${Q2_C},${Q3_C},’${Q4_C})
Member ID: concat(${Q1_C},${Q2_C},${Q3_C},${Q4_C},${Q5_C})
The formula used to repeat the names of the respondent from HH Roster
pulldata(“Household_roster”,“Name_of_the_HH_member”,${Household_roster},position(…))