HomeRegistration is free!CalendarFind other membersHere you can view your subscribed threads, work with private messages and 
  edit your profile and preferencesFrequently Asked QuestionsSearch

Go Back   Community for Avaya Users > Solution Forums > Contact Centers and CRM
  Today's Posts Mark Forums Read

Contact Centers and CRM Discuss contact center and customer relationship management products and solutions.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-23-10, 07:07 AM
Rachael9 Rachael9 is offline
Senior Member
 
Join Date: Jan 2007
Location: Canada
Posts: 127
Default Help with CMS Calculation

Hi Everyone - I have a request from our business to modify the canned CMS Service level calulation (100 * (ACCEPTABLE / CALLSOFFERED)

The business wants to minus out of callsoffered calls that abandoned with 20 seconds (which for us is increments 1, 2 3 and 4 as defined in the Split/Skill call profile set-up)

So - have tried the calculation I have provied below, and almost works, however I do get some weird data back - (like -137%), so don't think is quite working . Any suggestions?


100*((acceptable)/(acdcalls + outflowcalls + abncalls) - (abncalls1 + abncalls2 + abncalls3 + abncalls4))

** Note - system would not let me use "CALLSOFFERED" as is already a calculation, which is why I had to use the components of calls offered (
acdcalls + outflowcalls + abncalls)

Thanks in advance
Reply With Quote
  #2  
Old 07-23-10, 08:04 AM
wil wil is offline
Senior Consultant
 
Join Date: Feb 2007
Location: Philadelphia
Posts: 512
Default

CALLSOFFERED is a database item, not a calculation - looks like you have the parentheses in the wrong place which is causing the error and the weird data.

Try:
100*(ACCEPTABLE/(CALLSOFFERED-ABNCALLS1-ABNCALLS2-ABNCALLS3-ABNCALLS4))
Reply With Quote
  #3  
Old 07-26-10, 09:33 AM
Rachael9 Rachael9 is offline
Senior Member
 
Join Date: Jan 2007
Location: Canada
Posts: 127
Default

Thanks Wil - I was able to use 100 * (sum(acceptable) / sum(acdcalls + outflowcalls + abncalls5 + abncalls6 + abncalls7 + abncalls8 + abncalls9)) and worked like a charm
Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 04:23 PM.

< Contact Us - Home - Disclaimer - Privacy >


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.