SSRS Multiple Value parameter filter based on dataset
问题 Say I have a dataset in SSRS called DataSet1 that looks like this: CREATE TABLE #data (ID int, Value int, UserID varchar(2)) INSERT INTO #data VALUES (1, 1000, 'AA'), (2, 2000, 'AA'), (3, 3000, 'BB'), (4, 2000, 'BB'), (5, 1500, 'BB'), (6, 1800, 'BB'), (7, 1700, 'CC') ..and that my report just presents this as a table. Let's then say I want to add a parameter in that report, that let's the user filter the table by UserID. I want it to be a multiple value parameter where they can choose which