In my report when user clicks on button 'Go' the combo box values get set to default values on page reload. I want to combo box to retain the values which user has selected before page is reloaded. How to do that?
This uses the text box's dynamic text feature to check the parameter value and assign the "selected" property if it's the currently selected parameter value.