interdependent LOV

0
Suppose i have 2 different entities, 1 for state and other entity for district , I am getting this information from the rest call . After getting this info  on 1 page i want to show two dropdowns, 1st for states and 2nd for districts . District drop down is depend on the first drop down means based on selected state (from 1st drop down ) second dropdown should show its districts.  How i can achieve this ? Please help. 
asked
1 answers
0

You are looking for the constrained by functionality. See the documentation here: https://docs.mendix.com/refguide7/reference-selector#constrained-by

For some reason it always points to the Mx7 documentation but it still works.

Regards,

Ronald

 

answered