Objective
Procedure – Loading Multiple Windchill Report Objects
In the primary procedure, Procedure — Loading a Windchill Report Object above, a single Windchill Report object is loaded. To load multiple Windchill Report objects, in step 2, specify a separate “csvReport” element for each object.
Each step in the remainder of the procedure only needs to be executed once. In the last step, verify that all Windchill Report objects were loaded.
Procedure – Specifying Windchill Report Object Attributes
In the primary procedure, Procedure — Loading a Windchill Report Object above, only the basic Windchill Report Object attributes are specified. The following are the additional attributes that can be specified. For additional information see the Report javadoc.
csvReport Element
Description
csvname
Required. This entry specifies the Report’s name.
csvcontainerPath
Optional. This entry specifies a container where the report should be stored. If no value is specified, the site container is used by default.
csvdescription
Optional. This entry specifies a description of the Report.
csvinputPage
Optional. This entry specifies an input page for the Report.
csvresourceBundle
Optional. This entry specifies a resource bundle for the Report.
csvuiContext
Optional. This entry specifies the UI context mask to be used to control where the Report is displayed in the Windchill UI.
csvreadyForUse
Optional. This entry specifies whether the Report is ready for use for end users. If no value is specified, the default value is false.
csvsoapClass
Optional. This entry specifies the soap class if the Report uses a report task as its data source. This element is used along with the “csvsoapMethod” element to completely specify the report task. The Report must specify either a report task or ReportTemplate as its data source.
csvsoapMethod
Optional. This entry specifies the soap method if the Report uses a report task as its data source. This element is used along with the “csvsoapClass” element to completely specify the report task. The Report must specify either a report task or ReportTemplate as its data source.
csvreportTemplateN ame
Optional. This entry specifies the ReportTemplate name if the Report uses a ReportTemplate as its data source. This element is used along with the “csvreportTemplateContainerPath” element to completely specify the ReportTemplate. The Report must specify either a report task or ReportTemplate as its data source.
csvreportTemplateC ontainerPath
Optional. This entry specifies the ReportTemplate name if the Report uses a ReportTemplate as its data source. This element is used along with the “csvreportTemplateName” element to completely specify the ReportTemplate. The Report must specify either a report task or ReportTemplate as its data source.
Additional Resources
Related Package/Class Javadoc
Foundation module
wt.query.qml
Reporting module
Reporting module
com.ptc.windchill.enterprise.report
Other Related Windchill Documentation
Report Management online help
Was this helpful?