Select to view content in your preferred language

Hiding a question within a hidden group

767
1
Jump to solution
08-07-2017 03:05 PM
CaseyBox
Emerging Contributor

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!

0 Kudos
1 Solution

Accepted Solutions
CaseyBox
Emerging Contributor

And the answer is... 

**drumroll**

...the "and" should be lower case:

${Insurance_Choice}='Home' and ${Home_Accomodation}='yes'

View solution in original post

1 Reply
CaseyBox
Emerging Contributor

And the answer is... 

**drumroll**

...the "and" should be lower case:

${Insurance_Choice}='Home' and ${Home_Accomodation}='yes'