Query Builder

The Query Builder is a visual queries editor. You can invoke it from the Data Source Wizard.

Select Tables

Drag and drop a specific table or view onto the Query Builder design surface to include it into a query result set.

The Query Builder provides a toolbar with the following commands:

Icon Description
web-designer-query-builder-button-delete Removes the selected table or view from the query.
web-designer-query-builder-button-undo Reverses the most recent action.
web-designer-query-builder-button-redo Performs the previously undone action.

Enable check boxes for the table columns you want to include into the query result set.

Use the dedicated search box to find a specific table or view.

Join Tables

The Query Builder allows you to join tables and/or views. Use drag and drop to connect corresponding columns (key fields). The connected columns should have identical data types.

Click the data relation to display the Relation Properties section. Properties in this section define the join type (Inner or Left Outer) and applied logical operator.

A left outer join returns all the values from an inner join along with all values in the "left" table that do not match to the "right" table and includes rows with NULL (empty) values in the key field.

If you select the left outer join, the relationship line displays an arrow which points at the "right" table of the join clause.

The executed query returns a "flat" table which joins different tables within a single query. The specified join options define which data records compose the query result set.

Filter Data

Expand the Query Properties section to display the query options.

The query provides the following options:

Shape Data

Select a table or view and click a data column to display the data column options.

The Column Properties section contains the following options:

Use Query Parameters

Use the Parameters section to add, remove and edit query parameters.

Each query parameter provides the following properties:

Preview Results

Click the Preview Results button to test a query on the actual data's limited subset at any time.

The opened Data Preview screen displays the first 100 data records of the query result set.

web-designer-query-builder-data-preview