I have two tables in my Report. Both use two separate Data Sets, which get data from the same Stored Procedure. Now, I want the data sets to get different data based on different parameter values. Is there a way to achieve that? I am using SQL Server 2008-R2. Thanks in advance…
Share
Within the Report Data screen (Ctrl+Alt+D), you can tie both datasets up to different parameters.
providing the query is marked as type “Stored Procedure” (in query section), this will pass the parameter over on selection. Repeat the process for the other dataset