Reset dropdown enum

Hello!

I've a enum list with buttons that dinamically enables one of two droplist depending on the selection:

Movimiento enum = blank:

Dican_0-1651761372806.png

First option selected:

Dican_1-1651761407132.png

Second option selected:

Dican_2-1651761430744.png

Now, what i need is to reset the dropdowns menu when selecting "Entrada" or "Salida" buttons.

Any suggestion? 

Thanks! โค๏ธ

 

 

0 2 61
2 REPLIES 2

Hello @Dican, I had the same requirement once, and while I don't remember why I couldn't accomplish what you asked, what I did instead was using this expression in the column's editable_if ,in your case its the "movimiento" column:

AND(ISBLANK([Dropdown1]),ISBLANK([Dropdown2]))

Once they choose from one of the dropdowns they won't be able to change the first one, so they must empty it themselves before switching.

Steve
Platinum 4
Platinum 4

If you're using Valid If to generate the list of options for each dropdown, construct the Valid If expressions so that they produce an empty list if the corresponding Movimiento choice is not selected.

Top Labels in this Space