Question
6
Replies
1041
Views
Posted: March 13, 2018
Last activity: April 18, 2018
Closed
Solved
Selecting Property values
Hi All,
I have two properties with dropdown and having values A,B,C in both. If i select "A" in property one the values in second property should only display "B,C" to select and if i select "B" in property one then the second property should have "A" and "C" to select and Vice versa.
TIA,
Bharath
***Updated by moderator: Lochan to add Categories***
Hi Bharath, I'm pretty sure your scenario has to be more complex than what you describe here. :)
Just specifically with this example that you mentioned, the easiest thing that came to my mind was using Post Value on the first dropdown and controlling the second dropdown through multiple layouts and having Visible Whens(that monitors the value of the first dropdown) on these layouts. Do you anticipate a problem with this approach?
Thank you