Property Name
|
Description
|
||
Name
|
The report template (saved query) name as it appears on the Report Templates table. The name can contain no more than 200 characters, and must be unique within the context in which it resides.
|
||
Description
|
The report template description, which displays on the Report Templates table.
|
||
Created On
|
Date on which the report template was originally created.
|
||
Modified By
|
User who most recently modified the report template.
|
||
Modified On
|
Date on which the report template was most recently modified
|
Checkbox Name
|
Details
|
||
Expose As Report
|
Select to expose the report template as a report object in Windchill. After a report template has been exposed as a report, an additional field is displayed: Exposed As Report followed by the name of the report.
Once Expose As Report has been selected and the report template saved, it cannot be undone. The report now appears on the Reports page with the same name as the report template it was exposed from. The report name can later be edited.
|
||
Add Time to Date Fields
|
Allow time to be entered, as well as date, in date fields in the Report Builder for this report template.
|
||
Available for use with Advanced Search
|
Allow this report template to be selected as additional criteria when performing an Advanced Search.
|
||
Use as a Join Model
|
Make this report template available for use as a join model when adding tables and joins on new report templates.
|
||
Case Insensitive
|
Causes user-entered criteria for this report template to be treated as case insensitive when filtering the results in the report output. Strings entered in the Criteria tab, or on Criteria pane of the Report Builder, are used to search for matching results without regard to the case of the specified strings. For example, when this property is selected, the following values are considered equivalent: wheel_axle, WHEEL_AXLE, and Wheel_aXle.
For new report templates, the default for this property is determined by the setting of the
> > preference.For existing reports which have been upgraded, this property is cleared (false) by default.
For reports that have been loaded or imported, the property is set to the value specified in the load or import file.
|
||
Distinct
|
Eliminates duplicate rows from the query results.
If Distinct is selected, then Bypass Access Control is automatically selected and disabled (it cannot be cleared).
|
||
Group By
|
Groups the report results based on common values. Selecting this checkbox specifies an SQL query that aggregates rows with identical values into groups and executes aggregate functions on the rows in these groups.
If Group By is selected, then Bypass Access Control is automatically selected and disabled (it cannot be cleared).
|
||
Bypass Access Control
|
If Bypass Access Control is selected, there is no restriction on the material returned in the query output. If the checkbox is unchecked, the information returned in the query output is subject to existing access controls. This field is not available when building a sub-select portion of a query.
Access to this field is controlled by a comma-delimited list of privileged groups in the wt.query.template.unrestrictedGroups property in wt.properties. Out-of-the-box the value for this property includes only the "Administrators" group.
|
Property Name
|
Description
|
||
Resource Bundle
|
Specifies a Java resource bundle used for localizing column names for the report template.
|
||
Location
|
Displays the folder location path of the report. To change the folder location, modify the folder path. If an incorrect folder path is entered, an error displays when the report template is saved. If no Location value is specified for the report, the default cabinet of the current context is assigned when the report template is saved. The current context is the context from which the Query Builder was launched.
|
||
Custom Action Model
|
Allows you to replace the standard action model on the results returned for the report in Report Builder with a custom action model.
|
||
Custom Input Page
|
Specify a codebase relative path to an HTML page to use for prompt inputs on report generation, instead of using the Report Builder.
If a custom input page is specified, additional output format properties are available:
• Standard Select from a drop-down list of standard report formats: HTML, HTML (with merging), HTML (with sorting), HTML (with sorting and merging), CSV (Comma Separated Variable), PDF, or XML.
• Custom Specify up to two XSL style sheets to apply in series to the query result.
• Ask Upon Generation Defers the format selection until the report is generated.
|