10-03-2018 05:23 AM - edited 03-14-2019 06:30 PM
I want to create a custom function in ICM script editor. When I try to validate my function, I have the following message "Too many formulas used". What is the maximum number of functions I can use ?
Thanks in advance,
Fahad
10-03-2018 06:26 AM
10-03-2018 06:37 AM - edited 10-03-2018 06:38 AM
Hi David, I think there is already a post about this link and i didnt find any solution there. I just need to know
What is the maximum number of functions I can use ?
https://community.cisco.com/t5/contact-center/script-editor-too-many-formulas-used/td-p/2444663
I have attached screenshot. Hope this clears the situation
10-03-2018 06:47 AM
Taking a wild guess and based on the example from the link you posted, I'm going to assume 10 might be the max functions you can chain together. What does your formula look like?
10-03-2018 07:01 AM
Thanks for the swift response. I can use 15 formulas using if condition successfully. I am concatenating a number using if condition based on skillgroup
e.g
if(testfunction(skillgroup1), "10,","")&
if(testfunction(skillgroup2), "11,","")&
.
.
.
if(testfunction(skillgroup15), "25,","")
10-04-2018 07:27 AM
Are you using a custom function at all? You might want to move this to a custom function and see if you can get around the error.
david
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