How to add a sort when calling a list via association for the current user?

0
This is what I currently have: I have Data view that calls the current user via a microflow. I then have in that data view a list view that calls the worked hours of that person via association. I now want to be able to sort that list through all the variables, but I don't know how to do this. Any help is appreciated.
asked
2 answers
3

Hi Dennis,

I would suggest you to try this widget

https://appstore.home.mendix.com/link/app/105694/

https://appstore.home.mendix.com/link/app/45585/

I hope this would helps you

Thanks

 

answered
2

Do you mean default sorting on opening the page? Or do you mean sorting by the user (By clicking on the headings)?

Can you change your retrieve to xpath? You should have more sort options when doing the retrieve via xpath.

answered