Morning All,
I have a SSRS Report that is using a stored procedure as the data source. I want to be able to pass multiple values to the SP to filter the results for specific Product Codes.
I have the WHERE clause in my SP as:
WHERE myfield IN (@ProductCode)
However this doesn't work (returns...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.