Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

CASCADING FILTERS IN ssrs

$
0
0
You cannot vote on your own post 0 I have three data sets and two parameters1. Main data set which isSELECT AccountId,AccountName,Region,Country FROM GlobalSalesWHERE Region=@Region AND Country=@Country 2.Region Data SetSELECT DISTINCT Region FROM GlobalSales 3. Country Data Set SELECT DISTINCT Country FROM GlobalSales Two parameter I have I have configured correctly, region get it from region data set and country same. My Question is parameterization fine with me, I want to provide cascading filters suppose if I select EUROPE AS Region it should filter only European countries. How can I do that I tries using filter option in country, but could not succeed . Please let me know how to do this Smash126

Viewing all articles
Browse latest Browse all 2791

Trending Articles