Drop Down Filter

0
Hai,How to fill the drop down filter in list view controls using existing data source?
asked
3 answers
0

Hi Gunalan,

I hope I’ve understood you correctly what your intension is.

  1. Use the ChangeEventListener of the drop down item and call a microflow.
  1. The microflow takes over the value from the drop down and performs a RetrieveFromDB with filter conditions. In the filter condition you can use the parameter which was took over.
  2. Configure the DataSource accordingly. Should be the microflow providing the filtered data object.

 

I hope this helps. Don’t hesitate to ask again if you need further details.

answered
0

Hai Lutz,Please find the image

answered
0

Hi Gunalan,

please take a look here https://docs.mendix.com/refguide/drop-down#events. It seems you trying to edit a drop down filter instead the element itself. Feel free to share your progress with me ;-)

answered