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
Solved! Go to Solution.
I'd probably do it the same way as @MarqueeCrew
But an alternative is:
- Use a Sort Tool - and sort by Customer Number and then Date of Transactions
- Use a Sample Tool - pick the first 1 record grouped by Customer Number.