StackOverflow Error when accessing visualisation in android application

When an indicator has a long list of operands in the numerator expression and we use it in a visualisation it causes stackoverflow error when the visualisation dashboard is rendered in the android application.
Our use case:
1820 operand long expression
5460 operand long expression

Its seems if the operands length goes beyond 600-700 (approximately) this issue starts occurring.

Can someone help us regarding this!

2 Likes

Hi @Sweety_Sharma,

Android devices are not so powerful as the server and this kind of errors might occur when the indicator is quite complex. Could you share with us (by direct message) the formula of the indicator that is failing to evaluate? Then I will try to replicate the error and look for the cause.

Sure @vgarciabnz