Email Solution
Please check below the EventPlacedInQueue generated by Interaction Server.
I am trying to make a filter on attr_itx_queue with the following syntax:
PairExists(“queue”,“IQ_Expired”);
PairExists(“InteractionQueue”,“IQ_Expired”)
I tried both of them, but it is not working.
Do you have any idea why?
I do not think you can use filters for attributes not mentioning that they are not working with object type Interaction Queues at all. You would have to use Reporting toolkit in order to achieve your goal. It is available only on request at this time. Ask your sales representative.
If I am wrong guys, please correct me. Thx.
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:
You are right that Interactions_Processed statistic isn’t Java based but this statistics just provides your sum of other Java based statistics (see below) so filters won’t work either.
The calculation for this stat type is shown below.
Total Timed Out + Total Placed to Queue + Total Stopped Processing + Total Transferred
Yep, it is working like this. So my filter is:
PairExists(“MediaType”,“email”)&PairExists(“Queue”,“IQ_Screening_Rule”).
But the filter started to work only after I put the paramter subscribe-for-all-ixn-server-events on yes.