.report

Add report output for a report that you create in Quick Report to a job BOM. Quick Report is a separately licensed feature of Rational® Build Forge®.
Note: In Build Forge® 8.0, the .report command is not supported on Java engines.
Description
Use the .report command to add the report to a project.
The .report command runs the report and adds its output to the job BOM. Whenever the job runs, the BOM displays report results based on current data.
Syntax
.report <report_name>
The restrictions for the <report_name> are as follows:
  • The <report_name> is required.
    • The name is case-sensitive.
    • If the name includes spaces, enclose it in quotes. For example, "my_report".
  • The <report_name> you specify must be a saved as a public report.
  • The BOM report type is not supported.

Feedback