Jump to content

Add a dynamic check box filter based on a selection from a dropdown


Gloria Kim

Recommended Posts

Hi, I have a dropdown (for variable 1)and another dropdown/checkbox (for variable 2) in text area. They each have unique values in variable 1 and variable 2 in their list, respectively.

Let's say variable 1 has 5 unique values, and variable 2 has 3 unique values.

However, when a user selects a value for variable 1... Variable 1 doesn't necessarily have all threeunique values in variable 2-- only some unique values from variable 1 have all three unique values in variable 2. How do I make changes to the second dropdown/checkbox so that it will contain corresponding unique values, based on a value chosen from the first dropdown (variable 1)

 

 

For example,

variable 1 variable 2

A a

A b

A c

B a

B b

B c

C a

C b

 

If a user selects "C" in first drop down, only a and b should show up in the second dropdown/checkbox list. However, currently, the second dropdow/checkbox shows all three selections, a, b, and c. This is because I made two separate properties. I don't know how to connect the two properties.

 

Thank you!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...