• dcork
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I need to create a report that shows the average turnaround time in hours for all open cases. The challenge is that we don't provide support 24x7 and the time we're not here shouldn't be included in the turnaround time calculation. Basic requirements:

- If the case was created after 7pm, count it as arriving at 7am the next day.
- If the case came in on Saturday or Sunday, count it as arriving at 7am on Monday.
- The turnaround time is the average time across open cases.
- The report is dynamic so that the turnaround time is calculated in real-time each time the report is run.

Is there a way to do this using calculated fields? Is there other code out there that may help.

Thanks.
  • September 19, 2005
  • Like
  • 0