Hi,
i have the following sample data
IDModified DateContactA121/01/2016123456A221/01/2016456789A122/01/2016147890A323/01/2016111111A126/01/2016222222I am trying to explore doing the following
1) create a latest_contact field such that the output is as follows
IDModified DateContactLatest ContactA121/01/2016123456222222A221/01/2016456789456789A122/01/2016147890222222A323/01/2016111111111111A126/01/2016222222222222
I ran out of ideas how this can be done and so need to advice of experts here
Thanks in advance
5 answers