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.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 filter data from another table with link

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.


TablixName
Employee EmployeeNI
Bob JP79740 (Name is a link that has been clicked)
Gary JP74790

TablixAddress
Address

5 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 form

Just 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 MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

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.

:)
Go to Top of Page
   

- Advertisement -