Hi i'm using the following code to get the unique records for all uses with their GRS number in date order wit the newest log entry to show.
ForAll(GroupBy(Command,"GRS","_items"),First(Sort(_items, 'Log Date',SortOrder.Descending)))
The problem is that it doesn't sort it by the most recent but the last entered.
How can i change this code slightly so that it will further sort it by the 'Log Date'.Descending?
Cheers