For example I have combobox with value first and second how can I show combobox1 or combobox2 depend on selected value in combobox? I thought about sth easy like if(combobox.value == "first" ) show combobox1 else if (combobox.value == "second" ) show combobox2 but i cann't do it in agile platform. I tried use boolean local variable and change visible comboboxes but it doesn't work properly. anybody can help me?
André! Thanks for your help, "OML" is very useful and it works like I want!