If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Crystal Reports > Calculate # of days between events in list

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-21-11, 10:47
earthtoned earthtoned is offline
Registered User
 
Join Date: Oct 2010
Location: New York, NY
Posts: 3
Calculate # of days between events in list

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
Reply With Quote
  #2 (permalink)  
Old 07-21-11, 16:41
lpremus lpremus is offline
Registered User
 
Join Date: Nov 2007
Posts: 15
Quote:
Originally Posted by earthtoned View Post
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
the only way to learn CR....and reference books.

two ways to do this. learn formula workshop or just export in excel and use datediff formula (not a known formula in excel)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On