Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSRS Parameters, 1 Select multiple values

Status
Not open for further replies.

dhulbert

Technical User
Jun 26, 2003
1,136
GB

I'm trying ot get SSRS to populate a number of parameters from a single drop down select box

I currently have a single drop down list generated from a query that allows a user to select a specific report and it popultes the parameter @Report_ID.

I want this select to populate a number of parameters rather then just one.

ie,
@Report_ID
@Calender_ID
@Start_Date
@End_Date

All of the values are avaliable in the query that sits behind the parameter select.

I love deadlines. I like the whooshing sound they make as they fly by
Douglas Adams
(1952-2001)
 
just set each parameter to pick up from a different field in your query results that provide the values...

Set the paraeter values to be supplied from a query, select the query and then the field and you should be away

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top