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