Skip to content

Database Query

This control provides querying for relational databases. When this control is selected, there appears a floating menu next to it. Click Edit button from that menu to open the Query Designer.

Home page

Query

Parameters

Target schema, table and to include all fields option is presented at this section.

Target Schema
Select one of the newly created or imported database schemas from this dropdown menu.

Target Table
After selecting the target schema, select a newly created or imported database table from dropdown menu.

Include All Fields?

  • Yes, include all fields always. : Check this option if you want to include all fields in the query result.

Fields

Select the fields you want to include in the query result. You can specify field order using arrow buttons on the right side.

Field
Lists columns of selected database and its related tables.

Caption
Caption to display to user. If not specified field is hidden to user.

Formula
The formula to use for aggregate values.

Mapped XPath
XPath to map field value on data model. If not specified Name property is used.

Order

Field
Specify field(s) to regard when ordering.

Order Type
Select ordering type.

  • Ascending
  • Descending

Criteria

Add as many criteria as you want to create you where clause.

Field
Specify field(s) to filter select query.

Formula
The formula to use for aggregate values.

  • Count
  • Sum
  • Average
  • Minimum
  • Maksimum
  • Average of distinct values
  • Sum of distinct values
  • Count of distinct values

Comparison
Criteria value comparison.

  • Equals
  • Different
  • Like
  • Less than
  • Greater than
  • Less than or equals
  • Greater than or equals

Value
The criteria value. You may use expression { and } identifiers when needed.

Condition
Condition to merge with next criteria.

  • And
  • Or

Ignore Values
Enter value(s) to ignore in select query.

Blocks

In order to isolate conditions properly you may use block structure for where clause. Add as many block as you want and select their condition.

Sub Queries

Creates a sub query in your select query.

Relation
Lists relations of the specified table from main query.

Mapped XPath
XPath to map field value on data model. If not specified Name property is used.

Include All Fields
Check this option if you want to include all fields in the query result.

Results

Options to map and format the result data.

Item XPath
XPath of item that will be listed in dropbox. If it is left empty, which is same with * value, all resulting items are being listed.

List Item Formatting

Customizes format of dropdown's options.

Display Text Format
Specify the format to display result text. You can use column names inside curly braces. Ex: {{Name}} - {{Id}}

Value Format
Specify the format of value. You can use column names inside curly braces. Ex: {{Id}} - {{Type}}

Selection Mappings

In order to map a column data from query result into an XPath, create a mapping by pressing Add New button.

Source
Name of data column to be mapped.

Target
XPath to map data.

Hierarchy Column
In case you have an hierarchy on a table determined by one of its column, use this section to specify parent column's name to display your data in a hierarchical way or leave it empty to display data as a plain list.