cancel
Showing results for 
Search instead for 
Did you mean: 

Selection "0FISCPER3_E" could not be found in the data source Lumira Designer

0 Kudos

I'm getting error when i run document in lumira designer

Error Selection "0FISCPER3_E" could not be found in the data source Lumira Designer

Data source is loaded and using getDataAsStringExt("003N8M7212XM5WSX51OIFOC93",{"0COMP_CODE":cCode,"0FISCYEAR":cYear,"0FISCPER3_E":cPeriod})

in BW rsrt tcode its working fine....

attached screenshoot is for your understanding

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

This is not a critical error, but the error message quite clearly says what happened: you app contains a script or a data selection like

getDataAsStringExt("003N8M7212XM5WSX51OIFOC93",{"0COMP_CODE":cCode,"0FISCYEAR":cYear,"0FISCPER3_E":cPeriod});

Obviously there is a situation, where you datasource does not contain dimension "0FISCPER3_E".

E.g. a user removed it with Navigation Panel or drilled away. In such a case getDataAsString API would ignore 0FISCPER3_E.

0 Kudos

Hi Reiner,

"0FISCPER3_E" is defined mandatory selection parameter and can not be ignored.

i'm passing values for all these three parameters in the script {"0COMP_CODE":cCode,"0FISCYEAR":cYear,"0FISCPER3_E":cPeriod}

Also, when i add datasource in the app the prompt appears for input these three values on initial view..

i dont know what im doing wrong or where the dimension is being missed and how...

0 Kudos

Resolved!..

issue was selections was not present in result set of data source..

Answers (0)