Book Image

SQL Server 2016 Database Reporting [Video]

By : Dallas Harold Snider
Book Image

SQL Server 2016 Database Reporting [Video]

By: Dallas Harold Snider

Overview of this book

With SQL Server 2016 Reporting Services, users are excited about being able to visualize their data in new, creative ways for use in presentations, analysis, and decision support—even on mobile devices. In this course, users will receive step-by-step instructions on how to create stunning, high-impact reports. The course starts with an introduction to the technologies employed. Next, users are shown how to create a basic report and then how to format it and add features (such as headers and footers) to make it more readable, impressive, and practical. The course teaches how to create drill-down and drill-through reports. Pie charts, gauges. and maps are next on the agenda and the course wraps up with lessons on how to assemble a dashboard on the SQL Server Reporting Services web portal. This course will empower you to overcome any obstacle while creating interactive, visually-appealing reports using SQL Server 2016 Reporting Services.
Table of Contents (11 chapters)
Chapter 6
Using Parameters in a Report
Content Locked
Section 3
Filtering by the Parameter Value
Parameters can allow the user to change the data displayed in the report without changing the report query. Defining a parameter alone will not impact what data is displayed on the report. Filters can be created that utilize the defined parameters. - Display the Filters page of the Dataset Properties window - Add a filter where the parameter value is used to evaluate the data to be displayed. - Test the filter by previewing the report with differing parameter values