I have a data set that goes something like this
Widget Rev
------- -----
abc 0
abc 1
def 2
abc 3
I'd like to show only the latest revision for each widget. I am pretty lost at this point. Any help ?
I have a data set that goes something like this
Widget Rev
------- -----
abc 0
abc 1
def 2
abc 3
I'd like to show only the latest revision for each widget. I am pretty lost at this point. Any help ?