Query Configuration

Here is a list of query properties:

Field Description

Field Name

Name. Name of the query context. It should satisfy the context naming conventions. Name is required to refer to this query from other parts of the system.

name

Description. Textual description of the query. This is also a description of the Query context.

description

Parameterized. Indicates that query is parameterized. If this flag is set, Query Text should contain parameterized query in XML format, not just the query in plain text.

parameterized

Query Text. Text of the query. Edited in a text area editor.

query

Parameterizer Source Data. This field is used only when Parameterized flag is enabled. Parameterizer Source Data is used by parameterization engine to build a Query Text at query execution time based on a number of operator-specified parameters. See Parameterized Queries for details.

parameterizer

Output Format. Custom format to convert query result to. If specified, the system will do its best to convert query result to this format. The output format is very useful for preparing a decent presentation of query results by adding proper renderers, bindings, validators, etc.

outFormat

Disable Editable Result. Enables/disables editable results for this query.

disableEditableResult

These properties may be accessed through the childInfo variable.

Was this page helpful?