WISE OWL EXERCISES
SSRS EXERCISES
SSRS REPORTING SERVICES EXERCISES
- Designing a Simple Report (3)
- Data sources and datasets (1)
- Tables (5)
- Grouping tables (6)
- Expressions (8)
- Pages and printing (2)
- Parameters (9)
- Indicators (3)
- Gauges (4)
- Matrices (5)
- Charts (6)
- Data bars and sparklines (2)
- Lists (4)
- Subreports (2)
- Revision of expressions (3)
- Variables (3)
- Embedding code (3)
- Basic Custom Assemblies (2)
- Examples of custom assemblies (1)
- Customising reports (2)
- Stored procedures in SSRS (2)
- Parameters using Stored Procedures (2)
- Dropdown parameters (9)
- Multivalue dropdowns (1)
- Improving report navigation (2)
- Linking reports (drilldown) (4)
- Dynamic reports (2)
SSRS Reporting Services | Indicators exercise | Use Indicators to Show Length of Films
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
The answer to the exercise will be included and explained if you attend the course listed below!
Software ==> | SSRS Reporting Services (96 exercises) |
Version ==> | SSRS 2016 and later |
Topic ==> | Indicators (3 exercises) |
Level ==> | Average difficulty |
Course ==> | Reporting Services |
- Go into SQL Server Management Studio;
- Open the SQL file you've just unzipped (you can press CTRL + O to do this); then
- Execute this script.
This will generate the database that you'll need to use in order to do this exercise (note that the database and script are only to be used for exercises published on this website, and may not be reused or distributed in any form without the prior written permission of Wise Owl).
You need a minimum screen resolution of about 700 pixels width to see our exercises. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Create a report called Vindicators and add a data source which connects to the Movies database.
Add a dataset which returns these fields for films starring Vin Diesel.

You'll need to use the Actor, Film and Role tables and apply a filter to the FullName field.
Add a table which displays the two fields you've selected and add an indicator to the third column:

Choose a different set of indicators if you prefer.
Assign the RunTimeMinutes field to the indicator and preview the report:

We've applied some basic formatting and sorted the table in ascending order of Title.
To stop the indicator from stretching when the row height changes:
- Cut the indicator from the cell.
- Insert a rectangle into the cell.
- Paste the indicator into the rectangle.
Run the report again to check that the indicator no longer stretches:

Your indicators should stop stretching.
Save and close the report.