Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 can we change display of Multi-valued parameter?

Author  Topic 

mrm23
Posting Yak Master

198 Posts

Posted - 2010-05-14 : 00:35:48
Hi All,
I have kept an ALL option in my report which executes the SP for SELECT * condition. This is working fine.
but it is a multi-valued parameter and will have Select All as the first option in the drop down.

if the user select ALL or picks only a selected number of options in the dropdown, it will display the data correctly.
but if he selects the SELECT ALL option, it is showing the error.

now i have 2 questions:
1. Can i hide that select all option provided by default in the drop down?
2. Can i make my ALL option to be ALWAYS on TOP of the list?
   

- Advertisement -