USUAL_RESIDENCE has two options - Yes and No. Later on, I have a set of questions that I only want to be displayed if at least one person in the household answers YES.
I have the following enabling condition:
hhroster.Count(x=>usual_residence[0]==1)
However, it gives me the error
The name ‘usual_resisdence’ does not exist in the current context.
I would appreciate a pointer in the right direction.