Dynamic Panel change based on dropdown

advanced-prototyping

#1

I need to change to a to different panel in a dynamic panel based on a value in a dropdown. Any ideas on the best approach?


#2

I think the simplest way to achieve this is to first make sure that the values in your dropdown exactly match the names of the states of your dynamic panel. Use the Selection Changed interaction of the dropdown to set the panel’s state.


#3

Excellent. Nomadk, I will give it a try. Thank you.


#4

I’m still struggling to get this to work. I have multiple variables and a combination of the variables need to combine to show one view/panel. I was using the dropdown to help with consistency of entering the variables.