Query Properties
This topic describes the properties of a Query object in a catalog.
Property Name | Description |
---|---|
Data Source Filter | Specifies whether to allow using the query to filter multiple queries. For more information, see Using a Query to Filter Multiple Queries. Data type: Boolean |
Description | Specifies the description of the query.
Data type: String |
Enable SQL Statement Creator | Specifies whether the query uses the dynamic query interface to get the result set. When you set this property to "true", Report Engine can regenerate the query 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. By default, the property value is blank, meaning, the time is unlimited. For more information, see Limiting the Query Run Time and Number of Records.
Data type: Integer |
Maximum Rows | Specifies the maximum number of rows to be fetched from the data source when the query runs. By default, the property value is blank, meaning, the number is unlimited. For more information, see Limiting the Query Run Time and Number of Records.
Data type: Integer |
Name | Specifies the mapped name of the query in the catalog.
Data type: String |
Path Name | Specifies the pre-join path the query applies. 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 the reports that use the query to the database at runtime. Choose an option from the drop-down list.
Data type: Enumeration |
Read Only | Specifies whether the query is read only. Choose an option from the drop-down list.
Data type: Enumeration |
Share | Specifies whether to share the query. For more information, 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 |