Question : SSRS - MultiValue Param - distinct?

I have a query that has a field called Region in it.  The region is across multiple records.  I tried using a multi-value but it shows the same value over and over. So I created a second dataset of distnct values.  Do I need to somehow tie that to the main query to filter the results and how do I do that?  

Thanks

Answer : SSRS - MultiValue Param - distinct?

i'm not entirely clear on what you're trying to achieve, so i have two responses.

if you are just trying to keep from having region show multiple times, have you considered adding a Group to your table?  when you group by region, then you can display the region in the group row, and the details that differ for each record in the details row.

or...
if you are indeed trying to filter by region, i'm assuming you have a parameter for region.  you'll want that parameter to be based on a query to your dataset that has distinct region values.  then filter your table by that parameter.
Random Solutions  
 
programming4us programming4us