Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cidr
Posting Yak Master
207 Posts |
Posted - 2013-05-19 : 15:15:09
|
Hi,I have a report with two report tables. I was wondering if there was a way to filter data on one table by clicking a link from another (this is an example, so using the URL Action).For instance, if have a name column on one table and I click one of the records (Bob), the other table, on the report displays Bobs address.TablixNameEmployee EmployeeNIBob JP79740 (Name is a link that has been clicked)Gary JP74790 TablixAddressAddress5 Woodland Gardens (Bob's Address) I understand I can use sub reports, drill through or drill down but the above is just an example. The actual report's a bit more complex.I know this type of thing is possible on applications like MS Access where clicking on one record filters the data in another form or sub formJust wanted to know if there's an equivalent way in SSRS without using a parameter drop down.Thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-05-20 : 01:17:16
|
You can use ssas cubes which will give you ability to drildown to detail data without passing any parameters------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
cidr
Posting Yak Master
207 Posts |
Posted - 2013-05-20 : 08:26:11
|
OK thanks, I didn't think there was a way with what I'm using without cubes.:) |
|
|
|
|
|