Dear community, I am facing an issue while changing text elements after calling 'APPLICATION.openPromptDialog(700, 550);'.
I do call this function by clicking a button and the "OnSelect event" of this button.
The prompt dialog is showing and I can change / modify the variables of all datasources. These changes do apply as expected, but I want to change a text field according to new data which is not working properly. The getDataAsString is working too slow or is ignored - anyhow, I am not able to change the string of the text field accordingly.
I would like to know is anyone else is facing these issues and if there is a workaround or help.
Thank you!
We are using Design Studio 1.5 SP1 on BI Platform 4.1 SP6 Patch 2
APPLICATION.openPromptDialog(700, 550);
BUD_EP_FP.setText("BUD(ytd): " +
DS_07.getDataAsString("00O2SNJ0EJULRAGSSBPWUFJ4F", {"00O2SNJ0EJULR9YTPOV5XJMA7":"00O2SNJ0EJULR9YTPOV5XJSLR"}));