Queries

In the query overview, the data model queries, edge data value queries, and workflow queries used on the page are displayed. While only adjusting the display name of the workflow queries and edge data values is possible, the following settings can be made for the data model queries:

Name
Effect

Maximum Record Count

This limits the number of requested data that matches the set sorting and filtering criteria – the default value is 100.

Example: The connected data model entity contains three records, and the query is used by a data table with a paging of 10. On the first page, the three records are displayed, and the remaining nine pages are empty. If the record count limitation is removed, only the three existing records will be displayed in the data table.

Default Row Index

Specifies which row should be initially selected.

Skip Records

Indicates how many records should be skipped at the beginning before the selection starts.

Example: If sorting is descending by a column containing values from 1 to 10 and skip records is set to 2, the first visible value will be 3.

Selection Behavior on New Data

Describes the behavior when new data is added. Two options are available:

- "Jump selection"

- "Maintain selection"

Last updated