how can i show data in reverse chronological order (latest entry at top) in listview if i am using data source as over association

0
One can add comments on a page , currently fetching those comments using association data source , how can i show those comments in reverse chronological order which are present in listview.( i dont want to use xpath )
asked
1 answers
5

Hey Vivek, 

The list view contains a function of sorting in the header,

From there you can decide the order for sort, for an attribute,

https://docs.mendix.com/appstore/widgets/list-view-controls/

 

or you can use a microflow, then retrieve the data from association and then using list operation, you can sort your data also,

Both the ways are possible,

 

Hope it helps!

answered