Hello
I have below data records and would like only to show the max date row records
ID SvcDate SvcName Provider ClientId
1 10/01/2015 TESTING ABC 123
2 11/20/2015 CBC XYS 123
3 12/1/2015 CHEM 7 ABC 245
Result should be below (only MAX SvcDate record)
ID SvcDate SvcName Provider ClientId
3 12/1/2015 CHEM 7 ABC 245
Appreciate the guidance
Regards
I have below data records and would like only to show the max date row records
ID SvcDate SvcName Provider ClientId
1 10/01/2015 TESTING ABC 123
2 11/20/2015 CBC XYS 123
3 12/1/2015 CHEM 7 ABC 245
Result should be below (only MAX SvcDate record)
ID SvcDate SvcName Provider ClientId
3 12/1/2015 CHEM 7 ABC 245
Appreciate the guidance
Regards