Hello All!
Here is the problem:
I want to output for each different customer, the MAX amount they bought and which item it was.
Customer Item Amount
AAA---------A-----20
AAA---------B-----31
BBB---------C-----10
CCC---------D-----22
DDD---------E-----66
DDD---------F-----44
DDD---------G-----97
BBB---------H-----16
ie.
Customer Item Amount
AAA---------B-----31
BBB---------H-----16
CCC---------D-----22
DDD---------G-----97
Thanks for your help!!!
-Luis
Bookmarks