Any help on this would be appreciated.
I'm working with a table that has multiple rows for one account. One of the columns is a date column. All I care about is the date in the last row regarding each account.
There is a sequence column, as well, which tracks the number of rows per account. So in other words, if the account has 2 different dates, it would have two rows, one with sequence 1 and one with sequence 2. All I care about is the date in the row with sequence 2.
But there could also be accounts with 3,4, up to 8 rows. I've tried playing with the Maximum function, but every time I do, it tells me I'm trying to utilize the function too early, or there are sums and/or running totals that it can't perform it on.
Bottom line, any idea how I can specify that for each account, all I care about is the information in the LAST row without pulling in any info from the prior rows...
Thanks, Mike