Add filters to List based on associations

0
Hi everybody, If I use a Listview based on a database I can add the sorting and other filter options. When I use the association as a source, I'm not able to do that anymore. Do you have an idea to incorporate extra filter options for the user based on associations? Hope you can help! All the best! Laurens
asked
2 answers
1

You can't. What Rom means (I think) is that, when you use the datasource, you can do your sorting in the microflow, but there's no sorting on runtime.

The same thing happens when using a datagrid: Database / XPath source and you can filter and sort all you want, association and microflow and you can't (same as that you can't use attributes over association with this datasource). Although I've heard rumours they're trying to remove this restriction ;-) )

 

 

answered
0

A data source microflow works in order to give sorting to the listview with a microflow, indeed you will also miss the search option for users.

If you need filters for your users you should consider using the database or xpath datasource. 
Otherwise creating your own custom search option would be a possibility but, is probably more work. 

answered