Using dropdown parameters in SSRS report

后端 未结 5 2059
不思量自难忘°
不思量自难忘° 2021-01-08 00:58

I can see the text box for my data set that having the

\"select col1 from table name \" as query. I want to populate dropdown instead of text box. I have created t

5条回答
  •  暖寄归人
    2021-01-08 01:44

    My solution:

    1. Right click the parameter under the "Report Data" and select "Parameter Properties"

    2. Select "Available Values" section

    3. Click the "Get values from a query" option

    4a. Select the appropriate query to use

    4b. Select the Value that you want the main query to use to generate the data

    4c. Select the Label that will show in the drop down box that the User sees and selects a option from

提交回复
热议问题