Enumlist and Show_if

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 845
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