Skip to main content

Create a Query or Select a Stored Procedure

  • 2 minutes to read

On this wizard page, you can choose which tables, views and/or stored procedures from your data source to display in the report.

report-wizard-page-multi-query-select

Manage Custom Queries

When you are required to shape the query data at the level of a data source, you can create custom queries by expanding the Queries category and clicking the report-wizard-multi-query-page-icon-add button. This will invoke the Query Builder where you can create complex queries by joining multiple tables, filtering, sorting and grouping their data, as well as calculating various aggregate functions.

query-builder-diagram-overview

The Query Builder can also be used to specify custom SQL. To learn more about using this option, see Data Access Security.

To customize an existing query using the Query Builder, click the report-wizard-multi-query-page-icon-edit button.

To delete a query, click the report-wizard-multi-query-page-icon-remove button.

On finishing the wizard, each of the selected data items will be included into a separate query.

report-field-list

Specify Master-Detail Relationships

To define master-detail relationships between two or more queries, click Manage Relations.

master-detail-relation-editor-categories-products-order-details

To create a new relationship, connect the required key fields using drag and drop.

To edit an existing relationship, double-click the corresponding arrow or right-click it, and select the Edit Relation command in the invoked context menu.

master-detail-relation-editor-edit-relation-context-menu

This will invoke the Edit Relations editor that provides a different UI to manage the data relationships.

edit-relation-dialog

On finishing the wizard, the specified data relationships will appear in the Field List.

report-field-list-triple-master-detail

If selected queries or stored procedures contain any parameters, you will be required to define their values on the next wizard page: Configure Query Parameters.

See Also