<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>SLA summary report footer formulas for call type reports</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=10584736" />
  <subtitle>SLA summary report footer formulas for call type reports</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=10584736</id>
  <updated>2013-05-22T16:25:01Z</updated>
  <dc:date>2013-05-22T16:25:01Z</dc:date>
  <entry>
    <title>SLA summary report footer formulas for call type reports</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10584735" />
    <author>
      <name>Luis Yrigoyen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10584735</id>
    <updated>2013-01-14T20:16:59Z</updated>
    <published>2013-01-14T20:08:29Z</published>
    <summary type="html">Modify the totalerrorcount field in the definition's query:  
 
totalerrorcount= sum(isnull(CTHH.ErrorCountToHalf,0))  + sum(isnull(CTHH.IncompleteCallsHalf,0)) + sum(isnull(CTHH.AgentErrorCountToHalf,0))  + sum(isnull(CTHH.ServiceLevelErrorToHalf ,0))  
 
[u]Depending on how the SL is configured for the call types (i.e. ignore, positive, negative (default)):[/u]  
 
SL Footer Formula (if SLA Negative): SUM(${ServiceLevelCalls}) / SUM(${ServiceLevelCallsOffered})  
 
SL Footer Formula (if SLA Abandon Ignore): SUM(${ServiceLevelCalls}) / (SUM(${ServiceLevelCallsOffered}) - SUM(${ServiceLevelAband}))  
 
SL Footer Formula (if SLA Abandon Positive): (SUM(${ServiceLevelCalls}) + SUM(${ServiceLevelAband})) / SUM(${ServiceLevelCallsOffered})    
 
SL Footer Formula (if SLA Abandoned Ignore and ERRORS excluded): SUM(${ServiceLevelCalls}) / (SUM(${ServiceLevelCallsOffered}) - SUM(${ServiceLevelAband}) - SUM(${totalerrorcount}))  
 
SL Footer Formula (if SLA Abandon Positive and ERRORS included): (SUM(${ServiceLevelCalls}) + SUM(${ServiceLevelAband}) + SUM(${totalerrorcount})) / SUM(${ServiceLevelCallsOffered})</summary>
    <dc:creator>Luis Yrigoyen</dc:creator>
    <dc:date>2013-01-14T20:08:29Z</dc:date>
  </entry>
</feed>

