Drill Down Reports in SSRS with examples
We will see how to deal with drill down reports in SSRS with examples. For this report you can create a table and populate data from the post.
Let’s create a report using SQL Server 2012 Data tools. Create SSRS report using SSRS report wizard.
Sales Table Creation Script: sales_table_script
Substitute the query in design query window.
SELECT SYear AS 'Year', Country, Organization, Zone, Product, Total_SoldOut, Total_Price FROM sales ORDER BY [Year]
Now the report looks like below.
Do required alignments and update the report name and now the report looks like below.
Preview the report to make sure it’s been working fine and retrieving data.
Now we’ll go ahead and design drill down report base don year.
Under row group add a parent group for the column year.
Now edit the group details as below.
Now preview the report.
Expand the year check the view.
To give more clear view we will remove the column “Year” (repeated values).
Preview the report; it will be the final view of the drill down report.
This is the way to implement drill down view for SSRS reports.
I know this if off topic but I’m looking into starting my own weblog and was wondering what all is required to get setup? I’m assuming having a blog like yours would cost a pretty penny? I’m not very internet savvy so I’m not 100% sure. Any suggestions or advice would be greatly appreciated. Cheers
I CANNOT GET THE DATASET(the query provided for data set is not in SQL2012 DB).
Kindly advice on the database you used for your data source.
Hi, Script file “sales_table_script” has been added to the post. Execute the script which will create the sample SALES table. There after connect your SSRS dataset to the corresponding database and table. Please let us know if still face any issues.
Happy Reading
The Team SQL
http://www.udayarumilli.com
hi udaya
i am attending msbi dev interviews, what extant sql the one helps me
mainly u listed out companies and interview q?s are all there in this book
please confirm me
Dear Saichand,
Thanks for reaching. The book “SQL RHE ONE” is primarily aimed for SQL DBA, it has content for SQL Developers (Concurrency, Security, Performance Tuning) but not on MSBI prospect.
Happy Learning
SQL THE ONE Team
http://www.udayarumilli.com