Hi Team,
I have the below code which generates the report in HTML format.
log "%4"
criteria binary
load "%1" "%2"
expand all
folder-report layout:side-by-side options:display-all,display-no-orphans,column-none title:"<p> <h3>COMPARISON REPORT</h3> NAME : DINESH<br/> AGE : 26<br/> GENDER : MALE<br/> DOB : %5 </p>" output-to:"%3" output-options:html-color
In the HTML report, there is a Table for the items which are compared. I would like to change the Header of this Table. I mean want to have different Names in both of these Item Headers. Currently, it has only the default value as "Name" both the Headers. Is it possible to change the Header through the script or any HTML changes are required? If so, please suggest how do we do it from the script.
Thanks,
Dinesh
I have the below code which generates the report in HTML format.
log "%4"
criteria binary
load "%1" "%2"
expand all
folder-report layout:side-by-side options:display-all,display-no-orphans,column-none title:"<p> <h3>COMPARISON REPORT</h3> NAME : DINESH<br/> AGE : 26<br/> GENDER : MALE<br/> DOB : %5 </p>" output-to:"%3" output-options:html-color
In the HTML report, there is a Table for the items which are compared. I would like to change the Header of this Table. I mean want to have different Names in both of these Item Headers. Currently, it has only the default value as "Name" both the Headers. Is it possible to change the Header through the script or any HTML changes are required? If so, please suggest how do we do it from the script.
Thanks,
Dinesh
Comment