I have a grid question that leads into a loop.
Grid question:
hhProblems: Rate the extent of the problem for each issue below
[HouseholdProblemsList]
Not being able to get medical insurance
Not being able to pay for medical insurance
Not being able to pay for the doctor bills
And so on
I want to do a follow-up on each item >2. That is the easy part. I create a new constructed with the following:
AIG(HHProblems,2)
But, the phrasing in the original list [HouseholdProblemsList] is awkward in the follow-ups questions. So I want to create a new list with different verbiage and display that list:
[SelectedProblemsList]
getting medical insurance
paying for medical insurance
paying for the doctor bills
I tried creating the [SelectedProblemsList] with the parent list being HouseholdProblemsList but still using the AIG(HHProblems,2) code and get an error.
I thought I got it working once before but cannot find it.