Hey! So I'm trying to have an EnumList select...

Austin_Nunns
Participant IV

Hey! So I’m trying to have an EnumList select which columns to show next in the form. Is that possible? Thanks!

More info: if the user selects “question 1” and “Question 2” from the enum list, only those two questions in the form would show.

0 4 351
4 REPLIES 4

You should be able to do that with an IN(“question1”,[EnumList])

Austin_Nunns
Participant IV

@Aleksi_Alkio Thanks for the quick Response!

Austin_Nunns
Participant IV

@Aleksi_Alkio that’s in the “show if” area of the question, correct?

@Austin_Nunns Correct, the Show_If of the columns to be selectively hidden.

Top Labels in this Space