I have a histogram SSRS chart already built but now there is a requirement to click on any of the bars to get the list of individual rows that make up a given bar. When I tried an initial experiment by right clicking on the chart and selecting series properties, then action from the left hand menu, and finally go to report, the preview does not seem to have a clickable area (icon turning to a hand). My next experiment was to "go to URL" just to see if that would work. It doesn't either.I'm trying to find a way to pass the two endpoints of the histogram bins to the detail report. If a user clicks on the 1-10 bin, 1 would be passed as min parameter and 10 as max parameter to detail report with SQL query that has a where clause like :WHERE PercentCompletedA between @min and @maxI don't want the user to select values from dropdowns. I'm hoping there's a way to pass Histogram bin endpoints to detail report but I don't see how yet. Do I use Report Variables as well as Parameters? I have been trying and googling all day to no avail so far.Is there something about Histograms that makes this not possible? What am I doing wrong? Thanks in advance.
↧