Filter Listview based on dropdown selected value

0
Hi All, I am looking for a help in filtering data in list view based on drop down selected value. I am fetching locations from a X entity and populating data in list view from the same X entity. What I want to do is: when I select a value in dropdown and hit a button, I need to filter my list view based on the selected location value. I am a new learner so bear me if this is a silly question.
asked
3 answers
0

Hi Palash,

Create a data view around the list view and use standard drop down, and use the selected filters in data source of the list view.

Alternative you can use List view. controls https://appstore.home.mendix.com/link/app/105694/

Cheers, Andries

answered
0

Hi Palash,

You can use data source XPath and use the contain object values as parameters in the expression. Both will work for enumeration as well as associated objects.

https://gettingstarted.mendixcloud.com/link/module/22/lecture/129

There is even more things in the academy, They wil give you some great learning path on all levels of learning.

https://gettingstarted.mendixcloud.com/link/home

Cheers, Andries

 

answered
0

You can use List View Controls. List View controls

answered