Hi all
I have a dropdown box with month values and I get the selected month and apply it to a Bex Variable with the etVariableValueEXT command
I also want a textbox to display a specific key figure data after the data is refreshed
The issue is that I get the old values before the refresh
I use D.S version 1.6
The script is:
APPLICATION.setVariableValueExt("ZCLOSED_MONTH", DROPDOWN_MONTHS.getSelectedText());
TEXT_SHITUN_BUD.setText(TAB_1_ZINC_M_1.getData("CU4A8ZVOS0EFWF5509ER9X8YF", {"CU4A8ZVOS0EFWF54T8023F7VB": "CU4A8ZVOS0EFWF5509ER9X8YF"}).formattedValue);
Thanks
Shlomi