talkiechick
Registered User.
- Local time
- Today, 01:12
- Joined
- Apr 15, 2010
- Messages
- 59
I need to calculate a way to count the number of days a deal takes to close. The problem being we only want to count days that it is actually being worked on. So I have four date fields: Open Date, Inactive Date, Reactive Date, and Close Date.
I wanted to create an expression that counted the days of Open date to close date, minus the days between inactive and reactive date. I thought that would be the easiest way to get the number i wanted. The problem is the Inactive and reactive dates may be null, only a small handful of deals with have inactive and reactive dates, but i want it to account for those as well.
Is there a simple was to do this. I originally created two date diff expressions, and then subtracted those expressions from each other, that worked except i have enter parameter values occurring.
I wanted to create an expression that counted the days of Open date to close date, minus the days between inactive and reactive date. I thought that would be the easiest way to get the number i wanted. The problem is the Inactive and reactive dates may be null, only a small handful of deals with have inactive and reactive dates, but i want it to account for those as well.
Is there a simple was to do this. I originally created two date diff expressions, and then subtracted those expressions from each other, that worked except i have enter parameter values occurring.