Automatic entry of household members

Morning,

I’ve drawn up a questionnaire for a general population census. In the collection method, I have to assign ID to each household and to each household member.
How can I automatically assign the ID of household members from the household ID?

In my opinion, a first question is whether you need to have a member ID that inherits from the household ID. Survey Solutions creates a unique member ID for each member so that, each member in the data set is uniquely identified by interview__id and your roster ID.

If it’s indeed a requirement. consider the following:

  • Create a variable in the roster
  • Write an expression that concatenates the household ID and the Survey Solutions-created member ID.