04-18-2018 06:52 PM - edited 03-14-2019 06:07 PM
Hello -
I'm looking to find out of there is a way in the consider if to have multiple expressions evaluated?
Here is what I was trying to accomplish:
(PQStep.ITSC.1.RouterAgentsLoggedIn > 2)&&(PQ.ITSC.CallsQNow > 1)
So agents available for that step greater than 2 and calls in Q greater than 1.
Solved! Go to Solution.
04-19-2018 05:57 AM
((PQStep.ITSC.1.RouterAgentsLoggedIn > 2)&&(PQ.ITSC.CallsInQ > 1))
Try changing to above..... I am on 10.5 but using the statement above worked when saving my precision queue using my attributes in place of yours.
04-19-2018 05:24 AM
What happens when you try to save it, does it save? What version of CCE? Does it work if you use it in a Script Editor IF node for instance, but just not in a Consider IF PQ node?
04-19-2018 05:28 AM
Sorry, CCE version is 11.5.1
When I try to save in the PQ step i just get a red error at the top that says the Consider IF expression is invalid. I have not attempted to use it in just a script node, will do that and see what that does.
04-19-2018 05:57 AM
((PQStep.ITSC.1.RouterAgentsLoggedIn > 2)&&(PQ.ITSC.CallsInQ > 1))
Try changing to above..... I am on 10.5 but using the statement above worked when saving my precision queue using my attributes in place of yours.
04-19-2018 07:17 AM
Thank you very much! I had tried using [] just not ().
Appreciate the help.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide