Im trying to find the max date of each record. Ive tried using the summarize tool, but its not producing the max date of each record. What can I do?
ID | date (V_string)
1 | 06/01/2012
1 | 12/03/2011
When I use the max function in summarize tool i get --> 12/03/2011 and i want to get 06/01/2012