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

  1. Add a properly coded print statement to the interface specification that the Report Builder can pass to the Report Viewer.
  2. Add a %Fu; to the -fmt parameter in the cleartool lshist call to get this information from the HCL VersionVault configuration.
  3. Properly extract the user information into some variable after the cleartool lshist call returns its output, so that it can be printed.
  4. Print the user variable in the same order as it appeared in the interface specification so that it appears under the correct column heading.