NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

remove comparison type from report

How do I remove the comparison Type from the report?
Is it possible to remove the whole row in the HTML report, column in xml format?
 
Thanks,
Sam
0 Kudos
Message 1 of 6
(3,889 Views)

Hi,

You should be able to use the ModifyReportEntry Callback sequence to alter the report for each step entered.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 6
(3,882 Views)
Thanks for pointing me to the right direction Ray,
 
As i understood the modifyreport callbacks only append further results to the report. In order to delete/alter existing things from report you have to modify the sequences in reportgen_xxx.seq
0 Kudos
Message 3 of 6
(3,877 Views)

Hi,

No the callback allows you to modify the text before its sent to the report. That means delete or add text.

Depending on the amount of changes involved it maybe easier to modify the actual report sequence file, but with the XML format this is not the case.

Regards

Ray Farmer

Regards
Ray Farmer
Message 4 of 6
(3,874 Views)
I've figured how to remove comparison type from "NumericLimitTest", http://forums.ni.com/ni/board/message?board.id=330&message.id=650&query.id=29392#M650
but this doesn't work for "MultipleNumericLimitTest" .
Any suggestions?
0 Kudos
Message 5 of 6
(3,842 Views)

the answer to my last question can be found at http://forums.ni.com/ni/board/message?board.id=330&message.id=2452&query.id=69156#M2452 with one note.

When the include in report flag is selected all the subsets are included in the report. To take out a particular property such as comparison type in multiple measurement step enable the "don't copy to result" flag for that propoerty. i.e multiplemeasurementstep>>result>>measurement(has flag include in report)>>measurement[0]>>comp(enable don't copy to result)

Message 6 of 6
(3,813 Views)