Hello AppSheet Users, I am trying to figure ...

Eric
New Member

Hello AppSheet Users,

I am trying to figure out how to make drop-downs appear based on an EnumList selection.

For example, I have two options in an Enum List: English and Maths. I would like it so that if English is selected, another dropdown appears with a listt of english books. And if Maths is selected, another dropdown appears with a list of maths books. Also, if both Maths and English are selected I would like both dropdowns to appear. How would I do this?

Thanks in advance for any replies.

0 1 303
1 REPLY 1

You have to use Show_if property of the column(s) you want to show with an expression like:

CONTAINS([EnumlistColumnName],โ€œEnglishโ€) OR CONTAINS([EnumlistColumnName],โ€œMathsโ€)

For the content of these English and Maths columns, you can use an appropriate expression in their respective Valid_if property

Top Labels in this Space