NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Delete any positions in TestStand Reports

Solved!
Go to solution
Hello, ...
 
is there a chance to delete the red marked steps from the report?
I haven't found anything, that makes this possible, i hope you can help me!
 
greetings,
 
patrick
 
 
0 Kudos
Message 1 of 6
(3,693 Views)

Hi,

The module time you can switch off by changing the Report Options in the Configure Reports..

The Comparsion Type and the IF statement, you will need to change the actual report generation sequence file.

The Sequence you need to change is the one to put a single result in report in reportgen_html.seq.

Remember not to modify the NI folder but copy the file to the User\.... folder and modify the file in the User folder then restart TestStand.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 6
(3,690 Views)
Thanks for your answer, but there is anyway a little problem.
 
I've copied the reportgen_html.seq file and modified it but the IF loop is furthermore at the report file.
 
On which part of the program i must assign the modified reportgen_html.seq to my programm(*.seq)?
 
greetings, patrick


Message Edited by patrick1988 on 07-24-2008 04:04 AM
Download All
0 Kudos
Message 3 of 6
(3,681 Views)
Hi Patrick,
 
Yes that is a little bit more involved.
You need to change PutOneResultInReport.
But also, I think you need to skip most of that sequence depending on whether the Step is an IF step type.
 
I haven't the latest TestStand to hand so I'll look into later today an post an example if you can wait.
 
Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 4 of 6
(3,669 Views)
Hello Ray,
 
yes a example would be very nice, thanks a lot!
 
greetings, patrick
0 Kudos
Message 5 of 6
(3,664 Views)
Solution
Accepted by topic author patrick1988
Hello Patrick,
 
I dont know what I was thinking about but all you need to do for the IF/ELSE/END statements is disable the Record Result in the Run Options for those steps in the Properties of the step.
(Default those step types have the Record Result enabled.).
 
its that simple.
 
Regards
Ray


Message Edited by Ray Farmer on 07-24-2008 08:47 PM
Regards
Ray Farmer
Message 6 of 6
(3,641 Views)