Jump to main content
To add a column of report output
About this task
This change adds a column to the Versions by Date report to list
the user name that is associated with each version.
Procedure
- Add a properly coded print statement to the interface specification
that the Report Builder can pass to the Report Viewer.
- Add a
%Fu; to the -fmt parameter in the cleartool lshist call
to get this information from the DevOps Code ClearCase® configuration.
- Properly extract the user information into some variable after
the cleartool lshist call returns its
output, so that it can be printed.
- Print the user variable in the same order as it appeared in the
interface specification so that it appears under the correct column heading.