Select to view content in your preferred language

using groups within repeat

76
2
Jump to solution
Thursday
dsinha
by
Frequent Contributor

Hello,

I have a repeat section titled Investigation steps with the following select_one options:

dsinha_0-1763675540223.png

I have two sets of survey questions that I would like appear within the repeat section depending on what is selected for the Investigation status question - one set of questions if Reported or Investigated is chosen and another set if Ongoing or Resolved is chosen.

I have created two groups within the repeat section

dsinha_1-1763675871062.png

and have set their relevant field to 

selected(${investigation_status},'reported') and selected(${investigation_status},'investigated')

and 

selected(${investigation_status},'ongoing') and selected(${investigation_status},'resolved')

 

However, the relevant group of questions are not showing up when I make the selection in Investigation status.

Any help would be appreciated.

Thanks!

0 Kudos
1 Solution

Accepted Solutions
Neal_t_k
Frequent Contributor

change those "and"s to "or"   

Right now they have to meet both conditions and you want one or the other.

View solution in original post

2 Replies
Neal_t_k
Frequent Contributor

change those "and"s to "or"   

Right now they have to meet both conditions and you want one or the other.

dsinha
by
Frequent Contributor

Thank you so much @Neal_t_k! That worked perfectly!

0 Kudos