NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Can an HTML report be truncated ?

Can an HTML report be truncated by Labview or Teststand to keep only the header & footer and then outputted to the printer to serve as a traveler?
0 Kudos
Message 1 of 5
(3,977 Views)

You can go to Configure->Report Options, there is a check box called Include Step Results. If you un check this check box you should be getting what you want.

Another way that I could think of is setting the RecordResult property to False for all the steps in your sequence.

0 Kudos
Message 2 of 5
(3,966 Views)
Sorry I forgot to mention, truncated after it's been saved and re-opened
0 Kudos
Message 3 of 5
(3,958 Views)

Then you will have to parse the xml report that has been generated. The step results are contained inside <Prop Type='TEResult' Flags='0x0'> tag. So if you remove the section under this tag you should be getting the rest of the report.

 

Thanks

 

0 Kudos
Message 4 of 5
(3,953 Views)

I'm guessing that you want to be able to just open the file with a browser and click the 'print' button. I don't think you will be able to do this with the HTML report.

 

You might be able to do this if you are using TestStand 4.2 and select XML report format. You could customize a stylesheet that would  allow you to print just the info of interest.

 

XML reports tend to be larger than the HTML equivalent...

 

( PS Nice icon selection!  Smiley Tongue )

Message Edited by Phillip Brooks on 02-03-2010 07:38 AM
0 Kudos
Message 5 of 5
(3,950 Views)