cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Lumira Designer prompt issue

d_chang
Participant
0 Kudos
1,391

Hello everyone,

Quick question regarding the use of prompts in Lumira Designer applications based on universes.

I have created a prompt in the query which is optional and the prompt with list of values is checked.

When I execute the following code at startup the application works fine:

DS_1_LINEITEM_AGG.setVariableValue("psPERIOD_FROM", "201707");

However, the performance is bad. So, I wanted to uncheck the Prompt with List of values as in the image

This causes the application to crash when I execute the dashboard (Analysis application error, please contact system administrator).

When I do not use the script

DS_1_LINEITEM_AGG.setVariableValue("psPERIOD_FROM", "201707");

But fill in the prompt in the prompt window, the application works fine.

Anyone any idea why the application crashes when I fill in the values in the code?

Kind regards,

Dwain

View Entire Topic
former_member197738
Participant
0 Kudos

Hi Chang,

Did you try with SetVariableExt? and force the prompt on startup =TRUE, try this out if not yet.

Regards,

Fahad

d_chang
Participant
0 Kudos

Hello,

did indeed use setvariableExt. It does work with force prompt = true.

But the thing is I do not want the user to enter the variables or click okay, as this can be done in the backend.