Enumlist and Show_if

ten4info
Participant V

I know this is pretty light duty for many of you, but I can’t seem to figure out why I can’t perform a show_if expression using enumlist values. Thank you!

Solved Solved
1 4 841
1 ACCEPTED SOLUTION

Probably:

AND(
     IN( "Option1" , [EnumList] ) ,
     IN( "Option1" , [EnumList] ) 
   )

View solution in original post

4 REPLIES 4

We’ll need more info than that to provide any help. Under what conditions should the column in question be shown? EnumList columns return a List type.

It’s a stand alone question that has an enumlist type. The following question should present if two of the four options of the enumlist are selected (and/or), but there can be other selections of the enumlist that can also be selected that wouldn’t qualify the following question to present itself. I hope that helps. Thank you!

Probably:

AND(
     IN( "Option1" , [EnumList] ) ,
     IN( "Option1" , [EnumList] ) 
   )

AND is to be used if multiple options should be selected for the conditional follow-up field to be displayed…however, I used OR so that the follow-up would be displayed if either/or or both of the applicable options were selected from the enum list. Thank you.

Top Labels in this Space