Multiple filters applied to a list view

0
Hello ! do you know how can i apply multiple filters ( like drop down, check box filter, text box search) to a list view? I would like to operate an intersection rather than union. Thanks a lot !!
asked
1 answers
0

Hi Elisabetta,

You can create these custom filters yourself by creating a context entity which has a one to many association with the entity of your list.

You can add attributes for the filters you need to this context entity and use to values entered by a user in the xpath constraints of a retrieve by database microflow action. The resulting list can be added to the association between your context object and list entity.

On the page you can show the listview over association :)

 

Good luck

answered