Getting a “one or more parameters required to run the report have not been specified” error
I am building a report that I would like to accept two values from the user, feed those into a query, and find the data associated with those entries. For example, if you had a list of employees, performance measures, and values associated with those; then the user would select an employee name / performance measure, and they would get the scoring information on that employee for that measure. I have two parameters, each being populated from SQL queries getting a distinct list of employee names and measures, and a table below that just pulls up information based on ~ 'WHERE name = @Name AND