Hi,
I have a series of questions within a group that are all hidden by the relevant expression:
${Insurance_Choice}='Home'
...I want to hide one of the questions within this group and expose that question when the user selects 'yes':
I have tried something like this:
${Insurance_Choice}='Home'AND${Home_Accomodation}='yes'
...and it doesn't work. Seems like an incredibly simple question that I simply cannot find an answer for...
Please help!
Solved! Go to Solution.
And the answer is...
**drumroll**
...the "and" should be lower case:
${Insurance_Choice}='Home' and ${Home_Accomodation}='yes'