Hi there. I'm using Crystal 7. I know how to get max date which gets me the most recent date - how do I get the amount for the most recent date? If I use max(amount) then I'll get the largest amount which is what I don't want. I'm grouping on customer id. Thanks.