Query Properties
The properties of a query are as follows:
Property Name | Description |
---|---|
Data Source Filter | Specifies whether the query can be used in data source filters.
Data type: Boolean |
Description | Specifies the description of the query.
Data type: String |
Enable SQL Statement Creator | Specifies whether or not the query uses the dynamic query interface to get the result set. When it is set to true, the query can be re-generated at runtime using the dynamic query interface (for more information, see Dynamic Queries).
Data type: Boolean |
Maximum Duration | Specifies the maximum elapsed time allowed to fetch data from the data source when the query runs, measured in seconds. If the value is set to zero or is blank, it means the time will be unlimited.
For usage about the property, see Limiting the Query Run Time and Number of Records. Data type: Integer |
Maximum Rows | Specifies the maximum number of rows that will be fetched from the data source when the query runs. If the value is set to zero or is blank, it means the number will be unlimited.
For usage about the property, see Limiting the Query Run Time and Number of Records. Data type: Integer |
Name | Specifies the name of the query.
Data type: String |
Path Name | Specifies the path in pre-join that the query is created on (for more information, see Creating Queries Using Pre-join).
Data type: String |
Push Down Group Query | Specifies whether to push down group level summary computations in reports that are created based on the query to the DBMS at runtime. Choose an option from the drop-down list.
Data type: Boolean |
Read Only | Specifies whether or not the query will be read only.
Data type: Enumeration |
Share | Specifies whether or not to share the query (for details, see Locking Queries).
Data type: Boolean |
Transaction Mode | Specifies the transaction mode for the query. Choose an option from the drop-down list.
Data type: Enumeration |
A query contains several columns, the properties of which are shown in the following topic: Query Column.