Avatar of dwiseman3
dwiseman3
Flag for Afghanistan asked on

visual studio report

I want to prompt the user to select from a list of values provided by another query. The selected value should be the filter for the main report query. What I have done so far does not acknowledge the selected value. The report displays all rows in the query even though I have selected a parameter
Report Data
-ReportParameter1
  Prompt=School
  DataType=Text
  Allow Multiple values
  Available values-get from query
    Dataset=school,
    Value=school,
    label=school
  No Default
 DataSet1
  Filter [school]=Parameters!ReportParameter1.Value(0)

What else should I do so the report will use the selected value to filter the results?
Microsoft DevelopmentSSRS

Avatar of undefined
Last Comment
Tony303

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Tony303

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy