Show enum#2 only if enum#1 is used

Hi folks.

How do I hide โ€œdropdown#2โ€ on my form until โ€œdropdown#1โ€ has had a selection made? This will also need to reflect on the final results page.

Iโ€™ve searched but canโ€™t find anything, sorry to be a pain.

TIA

0 3 124
3 REPLIES 3

You just need to set the Show_If expression on your dropdown#2 column to something like:

IsNotBlank([dropdown#1]) = True

Just in case (because I couldnโ€™t find it at first), you need to go in to the Edit detail for the column to set the Show_If expression first time around.

Thanks for the quick reply Daniel. Unfortunately your advice works only when the form is freshly loaded. It doesnโ€™t hide or show the dropdown#2 when I select/clear dropdown#1.

Any suggestions?

I appreciate your help mate

Solved.

dropdown#2 show_if expression says:

Isnotblank([dropdown#1])=true

Thanks anyway for your help

Top Labels in this Space