Hi,
Just wondering if anyone has figured out a way to work around sorting a running total?
Here's an example of what I would like.
I have 2 groups
Group 1: CustomerID
Group 2: Date
Within group 2, there may be 1,2,5,10,etc dates.
I used a running total to count the number of dates in each CustomerID group. What I would like is to be able to sort this so it will give me the CustomerID with the most dates in it (ascending).
Hope this makes sense.
Thank you for any help at all!
Just wondering if anyone has figured out a way to work around sorting a running total?
Here's an example of what I would like.
I have 2 groups
Group 1: CustomerID
Group 2: Date
Within group 2, there may be 1,2,5,10,etc dates.
I used a running total to count the number of dates in each CustomerID group. What I would like is to be able to sort this so it will give me the CustomerID with the most dates in it (ascending).
Hope this makes sense.
Thank you for any help at all!