There is a report that is throwing this error message.
The indexing 0 in the array is outside of the permitted range. The name of the report is Reason for Termination. It just started happening recently. I tried debugging it and this is the line the system is throwing this error message on.
gdecPrecentRate[i] := (gintCountRec[i] / gintNumOfRecrods ) * 100;
gdecPercentRate (Decimal Type) has dimension value set to 100000
gintCountRec (Integer Type) has dimension value set to 100000
I have tried to increase the size of the dimension value. But that didn't work. Its still throwing the same error message.
Comments
RIS Plus, LLC
To try to fix it, I initialized i :=1;
now the report is not displaying that error message. But the report is going haywire, its not displaying the output properly.
I am not sure if incrementing the i is the way to solve it... Why did this message start appearing now, the report was working fine previously.
RIS Plus, LLC