Set Filter Property for DropDown widget

0
set a filetr property for dropdown widget so that dat should be reflected in in list view belowset a filetr property for dropdown widget so that dat should be reflected in in list view below
asked
1 answers
3

Hi Rohit,

You can do as below,

  1. Use the ChangeEventListener of the drop down item and call a microflow.
  2. In microflow you can use retrieve activity (from database) and then add filter conditions. In the filter condition you can use the parameter which was took over.
  3. Configure the DataSource accordingly the microflow will provide the filtered data object.

you can refer this link: https://docs.mendix.com/refguide/drop-down/#events

 

Or you can use this marketplace widget: https://marketplace.mendix.com/link/component/49364

I hope this helps.

answered