Chart synced with other data

Who is online?  0 guests and 0 members
Home  »  Forums   »  microsoft business intelligence   »  reporting services   » Chart synced with other data

Chart synced with other data

Topic RSS Feed

Posts under the topic: Chart synced with other data

Posted: 4/9/2012

Padawan 234  points  Padawan
  • Joined on: 3/3/2011
  • Posts: 62

SSRS 2008 r2

I have 2 datasources, 2 datasets and 2 objects on the report. 1st object is a chart, 2nd object is a tablix

Chart gets data from 1st dataset, x axis is time

Tablix has some other data from 2nd dataset that I want to filter dependent on time passed to it.

I want to click on the chart and pass the date/time value to the tablix. I want the tablix to filter on the time passed +/- 15 minutes.

WHERE 
Log1.TimeStart > dateadd(MINUTE,-15,@parDateTime) and
Log1.TimeStart < dateadd(MINUTE,15,@parDateTime)
If I create an action on the chart I can select none (no click area), go to report, go to bookmark, go to url

Which do I select to add the action and filter the tablix based on the series value passed from the chart

Stephen


Posted: 4/9/2012

Jedi Master 2837  points  Jedi Master
  • Joined on: 2/19/2010
  • Posts: 414

This is an interesting idea.  I think what I would try is to reference the same report in a go to report action.  You would have to configure some parameters to take the appropriate inputs to filter everything as you desire, but it should work.  The only problem would be if the report takes a long time to run.

There was a session on Advanced Reporting Services in last fall's 24 Hours of Pass that is available on the website that demonstrated some amazing things with interactive slicing right on a report.  It might be worth a view for your problem as well.  I am not positive, but I think it was the presenation by Simon Sabin. 

Good luck  Whatever you figure out, you should post your solution here, or blog about it.  I am sure a lot of people would find it interesting.


Page 1 of 1 (2 items)