I have a list with date fields. For example: 01-01-2010 01-12-2010 04-12-2009 03-01-2007 I need the latest date (most actual date). How can i compare the date fields and get the latest date field (01-12-2010)?
asked
daywize
1 answers
0
A list of Mendix objects? Use the aggregate lis action in a microflow.
Or is your list living elsewhere?