Implementation of reference set.

0
Hi, I have category, commodity and commodity code. On the selection of category, I need to display the commodities of the selected category in a dropdown. On the selection of commodity, the respective commodity code should get populated. All these details (category, commodity and commodity code) are there in an excel sheet format. So, how can this be implemented?
asked
1 answers
4

Hi Anusha,

First, you have to import your excel sheet to Mendix DB using the Excel Importer module.

 

After that, the constrain maintenance based on the previous input can be done with XPath https://docs.mendix.com/refguide7/reference-selector/#constrained-by

answered