Hello There

Well, here is a description of my problem:
In order to display in CCPulse, using URS attached data & StatServer filters, the "Total_Calls_Entered" before each of the "play announcement" steps in my strategy BUT on the same VQ, I've found out a solution to do it BUT it's not working if processing in a generic subroutine to ClearTargets + UpdateUserData + SelectDN :
ClearTargets[varInputVQ]
RequestUpdateUserData[varInputKVName,varInputData]
SelectDN[varInputVQ,'','',StatSelectAny,'','','','','','','','','','']
As you know, when you entered a VQ (EventQueued) for the first time, you can't use the "Total_Calls_Entered" again against the same VQ on CCPulse, even with a new statistical type "Total_Calls_IVR_Entered" without DCID and an association with StatServer filters :
[Total_Calls_IVR_Entered]
Description=Total number of calls entered without DCID
Subject=DNAction
MainMask=CallEntered
Objects=GroupQueues, Queue, RoutePoint
Category=TotalNumber
So, I've done a ClearTargets on the same VQ + UpdateUserData for the CCPulse filters I'm using in my template + SelectDN on the same VQ. In CCpulse, I'm using the new statistical type "Total_Calls_IVR_Entered" without DCID, you guess why! And it's working well

BUT as I said, it's not working if processing in a generic subroutine to ClearTargets + UpdateUserData + SelectDN with input parameters.
The ClearTargets don't want to proceed (nothing in the URS logs, as ignored) whereas UpdateUserData + SelectDN are working fine

If you have an idea how to fix it OR build it in a different way, I thank you.
Regards,
Manuel