Basically, we have a table of events linked to each client. I've got a report that pulls every change of status in the client's case, but I want to calculate the days elapsed btw Event1 and Event2, down the list. I'm not sure how to do that?
I'm self-taught on CR, so forgive me if I'm missing something ridiculously basic here...
So basically I'd want to return:
ClientName
6/1/11 0 EventDescr1
6/3/11 2 EventDescr2
6/8/11 5 EventDescr3
Any help appreciated!!
Stephanie