Pretty sure. https://docs.genesys.com/Documentation/RTME/latest/User/Filters#Call_Properties.
Row Extensions
[code]This property enables Stat Server to filter switch-specific and other features on any specified key-value pair recorded in the Attribute Extensions attribute of select TEvents. [/code]
I've used following stat:
[code][CallsCompleted]
Category=TotalNumber
MainMask=CallInboundCompleted,CallOutboundCompleted,CallInternalCompleted,CallUnknownCompleted
Objects=Agent, Place, GroupAgents, GroupPlaces
Subject=DNAction[/code]
and following filters:
[code][Filters]
ReleasedLocal=PairExists(Extensions,"ReleasingParty","1 Local")
ReleasedRemote=PairExists(Extensions,"ReleasingParty","2 Remote")
[/code]
to get following results:
Completed All [b]byAgent byCustomer[/b]
agent - Agent.T 3 [b]2 1[/b]
I'm not sure how to paste image from CCPulse.
Env: SIPS 8.1.103.54, SS 8.5.112.04, CCP 8.1.100.68
I believe this was possible since 8.0 release of StatServer
https://docs.genesys.com/extensions/Repository/cache/public/Reporting%20and%20Analytics/StatServer_RTME/8.0/statserver80rn.html#8.0.000.22
[quote]
For both call-related actions and actions associated with agent notifications (such as Ready/NotReady/ACW, Stat Server is now able to filter based on the
corresponding TEvent's Extensions attribute (AttributeExtensions) only by specifying Extensions as the first parameter of three in a key-value pair designation: For example:
PairExist( Extensions, <key>, <value> )[/quote]