Hello,
I am trying to display dynamic text based on the values entered by the user in the prompt screen.
I have tried all the below statements on click of a button but it doesn't work. Also I want t populate it as soon as the query executes so that I don't need to click any button to get the dynamic description. would you please help.
TEXT_1.setText(DS_1.getDimensionText("ZAPPR_TYP"));
TEXT_1.setText(DS_1.getFilterText("ZMS_APRTP"));
TEXT_1.setText(DS_1.getFilterText("ZAPPR_TYP"));
ZAPPR_TYP - is the infobject having the text.
ZMS_APRTP - is the variable built on ZAPPR_TYP used in bex query and prompt screen.
Values entered by user on prompt screen.
1 - Sourcing
2 - Req Management
3 - Last
I don't want to code in these values in the report, but populated them dynamically from source into the report.
Regards,
Mahesh