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

SAP Lumira Designer prompt issue

d_chang
Participant
0 Kudos
1,394

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
sapna_jgurudutt
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Dwain,

Can you refer the following SAP Note and check if it helps you:

1931691 - Performance hints for Design Studio/Lumira applications

Thanks & Regards,

Sapna

d_chang
Participant
0 Kudos

Thanks for the tip,

however does not provide a solution.