I have one drop down report parameter named 'Category'. When value for Category is selected based on that value users from that corresponding category gets populated in second multivalue parameter called 'Users'. 'Users' is multivalue parameter and its a very big list and Its inconvenient for user to go through that big list just to select particular user. So I have one other report parameter called 'EnterNames' where user can directly enter the names of user he already knows about. This field is optional for user.
Now the problem is:
- When user enter value in 'EnterNames' and renders report after that when he changes the category 'EnterNames' continues to show the values entered by user which doesn't not belong in this 'Category. So here users always have to clear 'EnterNames' manually which is not a good user experience.
So is there any way to clear 'EnterNames' based on the value of 'Category'? Or is there any way to avoid user going through that big list to select users and make it little more user friendly?