cancel
Showing results for 
Search instead for 
Did you mean: 

A subscript must be between 1 and the size of the array Error

samratmuddasani
Advisor
Advisor
0 Kudos

Hi Experts,

I'm trying to print the time Zone. and below is the formula used.

stringvar array y := split(split(printtimezone,",")[1]," ");

y[1][1]+y[2][1]+y[3][1]

The above formule is working fine in BO XI R2 and in infoview and CR 2013. When I'm adding the report to the 4.1 repository and running the report through Launchpad. I'm getting error as below

Error in formula TimeZoneArray:

'stringvar array y := split(split(printtimezone,",")[1]," ");

A subscript must be between 1 and the size of the array.

Details: errorKind []

Could anyone sugget me how to resolve this??

Thanks in Advance,

Samrat Muddasani

View Entire Topic
samratmuddasani
Advisor
Advisor
0 Kudos

Anyone??? Any Suggestions???

Thanks,

Samrat Muddasani

abhilash_kumar
Active Contributor
0 Kudos

Could you try posting to the BI Platform space to find out why printtimezone returns blank when run from the LaunchPad?

-Abhilash