I have a large data file containing customer numbers, corresponding revenue and date of transactions. How can I analyze the data to compile the first date of transaction for each customer number? (i.e., a particular customer number may have multiple transaction dates, however I'm trying to compile the first date of transaction for each customer).
Thanks,
Joe