Question
If-Function and Drop Down Menu
Hello,
I am trying to select different settings in a pop-up window using a drop down menu. Depending on the selected functions, my Command Button should trigger a different command. What is the correct syntax here?
I have tried the following, which unfortunately does not work:
if(scope.view['Home'].wdg['select-1']['value'] == " Test"){hide("popup-Window");

