November 20, 200916 yr Newbies When I sort a list of dates, fields with dates are at the bottom of the list, behind all the records where the date field is empty. Is there a way to sort a list so that the empty fields appear at the end of the sorted list rather than at the top??
November 20, 200916 yr You could define a calculation field = Case ( Datefield ; Datefield ; Date ( 12 ; 31 ; 4000 ) ) and sort by it instead of by Datefield.
Create an account or sign in to comment