Is there a way to include a summary report at the top of the actual output results of the detailed file comparison? Currently, this is the code I am using to compare the two files:
log normal "C:\iS_Comp\Results\Rp%date%.txt"
file-report layout:interleaved options:ignore-unimportant,display-mismatches,line-numbers output-to:"C:\iS_Comp\Results\Rs%date%.html" output-options:html-color "C:\iS_Comp\Bank91\Bank91BIFF8.xls" "C:\iS_Comp\Bank98\Bank98BIFF8.xls"
I'd like to include the summary above the output in the report that I currently have. Any ideas would be greatly appreciated! Thanks in advance for your help.
John
log normal "C:\iS_Comp\Results\Rp%date%.txt"
file-report layout:interleaved options:ignore-unimportant,display-mismatches,line-numbers output-to:"C:\iS_Comp\Results\Rs%date%.html" output-options:html-color "C:\iS_Comp\Bank91\Bank91BIFF8.xls" "C:\iS_Comp\Bank98\Bank98BIFF8.xls"
I'd like to include the summary above the output in the report that I currently have. Any ideas would be greatly appreciated! Thanks in advance for your help.
John
Comment