cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1131
Views
5
Helpful
5
Replies

Script Editor - Too many formulas used

fahad.ali
Level 1
Level 1

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

5 Replies 5

Wow, had never heard of this error! Care to share this beauty?

 

david


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


Cisco_toomanyfrm.png

 

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?

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,","")

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