How to query a data set by using multiselect dropdown and with combination of multiple filters for a list view

0
               I want to select multiple options in a dropdown and combination of multiple filters for a list view                                                                                                                                                          and result of listview should be the result of  selected options
asked
1 answers
0

Hi Vamsidhar Reddy

In a previous project, I encountered a similar requirement and implemented a solution using the searchable selector widget (Reference Set Option) for multi-select functionality. To dynamically populate the options in subsequent searchable selectors based on the selection in the first one, I utilized XPath queries to retrieve the relevant values. This approach effectively met the project's requirements and ensured a streamlined user experience.

 

Reference Widget : https://marketplace.mendix.com/link/component/116917

answered