How to Display the Most Recently Created objects at the Top of a Data View in Mendix

0
hi, I have a data view with the correct fields (attributes), and the data view is linked to the entity. I have a form where I create objects, and they are displayed on my 'Overtreding' page. My question is, how can I ensure that the most recently created objects are displayed at the top of my data view
asked
1 answers
2

Two steps:

1) You can add the System Member "createdDate" on your entity

2) You add a "Sort Order" by "createdDate" setting in your "ListView"

image.png

image.png

answered