|
Comments
|
|
Any idea how this works for other data types? I notice in the video the Parameter is set to 'Text' and you are just providing a number, so for an IN list (1,2,3) works fine. What about if you are checking off names? Does the report build an IN list of ('Mark','Jim','Bob') with the single quotes added?
|
|
Bryan Geiger on
4/16/2010
Would be nice to see that same functionality but with a store procedure
|
|
|
I only way have have found to use stored procedures with multi valued report parameters is that you have to join the comma delimited list to create a single parameter to pass into the stored procedure. Then the stored procedure should spits the joined list back out using a user defined function. Here is a good example http://munishbansal.wordpress.com/2008/12/29/passing-multi-value-parameter-in-stored-procedure-ssrs-report/
|
|
Clayton Smith on
4/16/2010
You can also have multiple default values forma multi valued list. To do that all you do is create a select query of the values and assign that to the default value part of the parameter.
|
|
|
How can I allow the user to select none so all the events showup in one report.
|
|
|
Very good info - I'm sure I'll be using it soon!
|
|
|
What version of SSRS is this? I am still using SQL 2005 and it looks nothing like this demo.
|
|
Cosmin Tornea on
4/16/2010
cool
|
|
Cosmin Tornea on
4/16/2010
cool
|
|
Jamshid Nouri on
4/17/2010
greate demo
|
|
|
Andy, Thanks for sharing another great video.
|
|
|
Great one!
|
|
|
Good
|
|
Steve Culshaw on
5/29/2010
More good content
|
|
Jason Yousef on
10/1/2010
thanks
|
|
Jason Yousef on
10/1/2010
thanks
|
|
|
Thank you, I watched it second time and I like it.
|
|
|
very good
|