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

Setting same filter on Chart gives different results than setting on datset

$
0
0
HII am using SSRS 2102 and trying to make a series of sales charts that first show regional data and then customer data from each region. I am finding that the same filter applied at the dataset level works differently than at the chart levelIt looks like : Fiscal YearRegion sum( transaction)CustID sum(transaction)I have 2 charts... one to display sales data by region then another chart to display sales data by CustIDI use a Report Parameter (RegionParamter)to figure out the region for which the customer data is displayedIn order to only display customers within a specific region on my second chart I apply a region=RegionParameter filter on my CustID group in the second chartEverything works fine if a customer only exists in 1 region however if a customer exists in 2 or more regions I only get customer data in one region... usually the last one in an ordered list.However, if I apply the same region=RegionParameter filter at the dataset level the second chart works as expected... all customer data for each and every region is displayed... even if a customer is in multiple regions.Has anyone experienced this and if so is there a workaround that you could share?Thank youTom

Viewing all articles
Browse latest Browse all 2791

Trending Articles