My intention is to apply the filters on the statistics for the agents, that are not Java statistics, so the filters can be applied.
For example I want to apply a filter on the statistic "Processed" [on the agent], to know how many emails the agent transfered to the queue IQ_Expired. The name of the Queue is contained in the data event in attr_itx_queue, but the filter on this is not working, the statistic remains 0 even if I make the transfer to "IQ_Expired".
I tried to define the filter = PairExists(UserData,"Queue","IQ_Expired") but my stat is still 0.
The filters can be applied only on the fields that belong to UserData or on all fields?
Please check below:
Distributing message 'EventPlacedInQueue' ('162'), message attributes:
attr_extension [list, size (unpacked)=44] =
'ReportingEventSequenceNumber' [str] = "2426879"
attr_actor_place_id [str] = "CS_Email_001"
attr_actor_agent_id [str] = "CS_Agent1"
attr_event_time [str] = "2010-05-18T10:26:15Z"
attr_itx_subtype [str] = "InboundNew"
attr_itx_tenant_id [int] = 101
[b]attr_itx_queue [str] = "IQ_Expired"[/b]
attr_itx_place_in_queue_seq [str] = "2426877"
[b]attr_itx_user_data [list, size (unpacked)=1778] = [/b]
'ServiceObjective' [int] = 0
'_AutoReplyCount' [int] = 0
'Header_User-Agent' [str] = "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.1.

Gecko/20100227 Thunderbird/3.0.3"
'Header_Content-Transfer-Encoding' [str] = "7bit"
'Subject' [str] = "FC barcelona"
'To' [str] = "Customer.services_UK@coltluc.net"
'Origination_Source' [str] = "Email"
'LastName' [str] = "Vasiloiu"
'Mailbox' [str] = "Customer.services_UK@coltluc.net"
'_ContainsAttachment' [str] = "false"
'_AttachmentsSize' [str] = "0"
'Header_Date' [str] = "Tue, 18 May 2010 11:24:32 +0100"
'Header_MIME-Version' [str] = "1.0"
'Header_Message-ID' [str] = "<4BF26AE0.5050301@alcatel.com>"
'EmailAddress' [str] = "mihai@alcatel.com"
'FirstName' [str] = "Mihai"
'FromAddress' [str] = "mihai@alcatel.com"
'Header_Content-Type' [str] = "text/plain; charset=ISO-8859-1; format=flowed"
'ContactId' [str] = "0000Fa5X0EFX0MUB"
'FromPersonal' [str] = "Mihai Vasiloiu"
'NewInteractionId' [str] = "0000Ga5XNEM02P9A"
'SrlId' [str] = "0000Ea5VE0FA0078"
'RVQID' [str] = "CRS4DJEOC132B0ETDA8D6EHBJO0002OU"
'RTargetTypeSelected' [str] = "2"
'RTargetRuleSelected' [str] = ""
.........................