Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 2.68 KB

bind-a-report-to-a-database.md

File metadata and controls

55 lines (31 loc) · 2.68 KB
title author
Bind a Report to a Database
Anna Vekhina

Bind a Report to a Database

This tutorial illustrates how to bind a report to a database and specify a master-detail relationship between data source queries.

Add a New Data Source

  1. Create a new blank report.

  2. Invoke the designer menu and click Add Data Source.

    The menu contains this command if your software vendor has registered data connections in the application.

  3. Select Database in the invoked Data Source Wizard and click Next. Available database types depend on the data connections registered in the application for the Data Source Wizard.

  4. Select the data connection and click Next.

  5. Choose which tables, views and/or stored procedures to add to a report and click Next. Select two or more tables to create a master-detail report.

    [!NOTE] You can also create custom queries to shape data at the data source level. Select Queries and click the plus button to add a new query.

    The invoked Query Builder allows you to join multiple tables, filter, sort, and group their data, and calculate various aggregate functions.

  6. Set master-detail relationships on this wizard page. Hover the master table name, click the plus button and choose the detail table.

    Select the required key fields (columns) to connect tables.

    Click Finish to close the Data Source Wizard.

Use an Existing Data Source

You can bind your report to a predefined data source. Open the Field List panel, click the Add DataSource button and select a data source from the drop-down list.

The Field List reflects the added SQL data source and its hierarchy. You can select the data source to edit it.