Business View Properties
The properties of a business view are as follows:
Property Name | Description |
---|---|
Description | Specifies the description of the business view, which will be shown when you hover the mouse pointer over the business view in the Resources panel of Web Report Studio or the Resource View panel of Page Report Studio.
Data type: String |
Display Name | Specifies the display name of the business view.
Data type: String |
Maximum Duration | Specifies the maximum elapsed time allowed to fetch data from the data source when the business view 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 business view 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 |
Prefetch | If true, when end user runs a report or dashboard created on the business view, Logi JReport will fetch all used data from the business view and reuse them afterwards.
If false, Logi JReport will query data on demand. When several business view elements are based on the same columns, they will reuse the columns. The property works on Logi JReport Server. When the property is true, the List<ColumnInfo> parameter in the implementation class of the QueryOptimizer interface will include all columns in the business view, otherwise, it will only include columns used by the report or dashboard. For business views in MongoDB and HIVE connections, the default value is false; for those in other connections, the default value is true. Data type: Boolean |
The following topics show properties of the business view elements: