Multi Select Parameters

Who is online?  0 guests and 0 members
Home  »  Forums   »  microsoft business intelligence   »  reporting services   » Multi Select Parameters

Multi Select Parameters

Topic RSS Feed

Posts under the topic: Multi Select Parameters

Posted: 3/17/2010

Jedi Youngling 30  points  Jedi Youngling
  • Joined on: 12/21/2009
  • Posts: 14

I'm working on  a report that I need to have multi select parameters. My data source is Oracle.  I tried using the Join Function in an expression

=Join(Parameters!Supplier.Value,

",") but it doesn't get the 'value1','Value2', etc format that I need.

My query Select * from table where supplier in (:Supplier)

Does anybody have a solution to this in their little book of tricks they would like to share? Laughing

Thanks in advance.


tags parameters

Posted: 3/17/2010

Jedi Master 4190  points  Jedi Master
  • Joined on: 10/27/2009
  • Posts: 193

danamatson said:

=Join(Parameters!Supplier.Value,

 

",")

Is this being used to populate the available values of the parameter?

I think you want to create a second dataset that lists the values you want in the dropdown box for the parameter.


tags ssrs

Posted: 3/17/2010

Jedi Youngling 30  points  Jedi Youngling
  • Joined on: 12/21/2009
  • Posts: 14

I do have a second data set that creates the list of values. I was using that function to build the parameter values from values that are selected from the dropdown. I maybe taking the completley wrong approach to this.

 

 


Posted: 3/17/2010

Jedi Master 4190  points  Jedi Master
  • Joined on: 10/27/2009
  • Posts: 193

Ah ok, I see.  I think you may be looking for the first screen shot in the article that Dustin Ryan wrote:

http://www.bidn.com/articles/ssrs-development/61/building-a-report-from-the-ground-up-part-6-cascading-and-multivalue-parameters

Let me know if i'm off track.


tags SSRS

Posted: 3/18/2010

Jedi Youngling 30  points  Jedi Youngling
  • Joined on: 12/21/2009
  • Posts: 14

I found this article that had exactly what I was looking for.

http://arcanecode.com/2008/10/20/sql-server-reporting-services-oracle-and-multivalued-parameters/#comment-27573

 

Thanks for all your help. I really appreciated it.


Page 1 of 1 (5 items)