Create a second data set in the report with SQL code similar to below. Then in Reporting Services parameters, set the parameter for mulit-value and the data source to the second data source you just created.
Select Distinct Production_Manager
From ManagerDatabaseTableName
Order by Production_Manager
|||Thanks for the help Chuck
No comments:
Post a Comment