Jump to content

Character limitation in formulas


---
 Share

Recommended Posts

I am new to Calypso and am trying to write a formula that will add 20 obtained results together to output into a new Result Element characteristic but I am getting an error that says I can have no more than 1024 characters in a formula. Is there a way to do this via an array or some other fashion as to obtain the result I need without an error?
Link to comment
Share on other sites

Try breaking the formula down into parts. Create 4 results elements that add 5 of the obtained results. Use a 5th results element to add the first 4 together. This should help in keeping the length of the formula below 1024 characters.

It's a longer work around, but should get you to where you need to be.
Link to comment
Share on other sites

 Share

×
×
  • Create New...