reporting services - "Select All" with SSRS 2008 Parameters -
I want to load a value available from a query (or whatever) and "Allow Multiple Values" Want to When I do this, the list starts with "Select All".
This is great, but in my case it is not acceptable that there is no way to default the "Select All" parameter. This special report will have 8 alternative parameters, and if Hetelli has to choose "select all" several times, it is hardly optional.
Therefore, I make my own ".. All options" and make the code to accept it. I can default to that, but then the user sees:
(select all) .. all
it looks non-commercial I have Knocked on and the answer to this problem does not appear.
Is there any way to press (select all) or what do I need? any idea? In fact, the answer is that you have to set your available values and default value to the same dataset and fields
If you do this, then SSR automatically selects every option in the list. This is not very good, but it works.
Occasionally, you have to handle the tap in your dataset query and you have to change it with some value, such as "None". The SSRS parameter will not allow the user to select "allow multiple values" and "allow zero values" at the same time. If your area is faucet, then SSR does not make an error, but it will not be the default
I am going to follow up with a blog post on this problem in the near future.
Comments
Post a Comment