Author Topic: CCPulse Stat Format  (Read 4227 times)

Offline pdavid

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 1
CCPulse Stat Format
« on: March 21, 2007, 07:00:35 PM »
I'm going back and forth with with one, what I'm trying to do it have a custom stat report out Calls per Hour, below is the formula. Basically I'm adding inbound and outbound calls and dividing them into the login time (which is calculated back to seconds format, then back to hours.

(ccpulse.CallsReport.Inbound+ccpulse.CallsReport.Outbound)/(ccpulse.TimeReport.statistic("Shift Duration")*60*60)*60*60

I'm not getting the results I should, I recieve 0s...

My VB scripting is weak at best, so could be a formating issue, but any help with this would be appreciated.

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: CCPulse Stat Format
« Reply #1 on: March 24, 2007, 11:45:40 PM »
Can I ask why you would want this in realtime? The result returned will be an average, not taking into account breaks / lunch / unutilised time.

Using the historical part of CCP+ you can already see calls per hour.

Offline pdavid

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 1
Re: CCPulse Stat Format
« Reply #2 on: March 25, 2007, 04:17:04 PM »
For real-time management, historical is great, but it would be best to know if a couple of folk's call per hour stats are trending to low/high during the course of the day in order to provide real-time feedback and get them to improve on these particular stats.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: CCPulse Stat Format
« Reply #3 on: March 25, 2007, 09:22:24 PM »
Uh? To know what happened on your Call Center last hour use the Sliding Interval, and select One Hour (if doesn't exist create it on the StatServerReporting using DMA if you want.)

Offline pdavid

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 1
Re: CCPulse Stat Format
« Reply #4 on: April 12, 2007, 09:43:19 PM »
I got it functioning, I needed to move Login time from Time Performance and place it in the same statistic field where the calls are.

Thanks.