Guys sorry for the general question here but I have been looking on the internet and cant find a solution.
I have an SSRS report. There is one Parameter user must put in before running, @Location.
In the query its specified to only return results where that location is matched.
I.E. where Company.location = @location
The results are displayed in a table. This all works fine, but I want to change the parameter to contain multiple values.....and then repeat the table for every location the user chooses.
Any help would be appreciated.