Link to home
Start Free TrialLog in
Avatar of bboolukos
bboolukos

asked on

SSRS 2008 R2 - Drill Down

I have 2 datasets in my report. I would like to use DataSet2 to retrieve my details. Is there a way to do this? I will be using the same parameters to retrieve the data from DataSet1 and DataSet2. The data is very different so I cannot combine the datasets. For example:

Col1   Col2  Col3

If I click or rather expand Col3 I will be calling Dataset2 and retrieving the data based on Col3 as a parameter to dataset.

Avatar of aelliso3
aelliso3
Flag of United States of America image

There is not a way to combine datasets within SSRS ... this would have to be done in a stored procedure, view or embeded SQL (assuming that you have to reference dataset2 with a value in dataset 1)
ASKER CERTIFIED SOLUTION
Avatar of sureshbabukrish
sureshbabukrish
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bboolukos
bboolukos

ASKER

ok thanks!
Questions answered
Actually you can use 2 or more datasets with SQL Server R2 and the new lookup functions.