NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change the appearance of html report file generated from Teststand to that I change the orientation of the data in the tables?

For instance, I'd like to have the measurement results, limits, and status all on one line in a table.
I am running Teststand 2.0 on Windows 2000.
0 Kudos
Message 1 of 2
(3,068 Views)
Hello Joel_IEI,

You can modify each report entry as it is being generated by doing the following steps:

1) In the TestStand Sequence Editor's Report Options, change the Report Generator to "Sequence".

2) In your sequence file, override the ModifyReportEntry callback. In this callback, you can modify or even replace ENTIRELY the default report information TestStand plans to append to the report. You can use Statement steps to modify the contents of Parameters.ReportEntry (the TestStand variable that you will use to do this), or replace the contents entirely!

You can look at the code example Adding Extra Results to a Report Using the Modi
fyReportEntry Callback Sequence
for more information.

David Mc.
National Instruments
0 Kudos
Message 2 of 2
(3,068 Views)