Hi Experts,
i have a question concerning the command <DATASOURCE>.getDataAsString (Measure, Selection). My Datasource is a BEx-Query with three keyfigures and without any characteristics. I want to write the value of keyfigure x into my text-field "TEXT_1". I want to do it via "On Startup-Script" as follows:
TEXT_1.setText(DS_1.getDataAsString("07HWF6GK7KTOA7V0PEFAE7TEU[keyfigure x]","Selection[as i don't have any characteristics in my query, i don't want to use this parameter]");
The problem is that i do not have a value for the parameter "Selection" as i don't have any characteristics in my query. Can anyone help my to solve the issue?
Thank you in advance.
Kind regards,
Andreas