NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

RunState.Report.Append function

Solved!
Go to solution

I noticed that.  I fixed it.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 11 of 13
(425 Views)

~jiggawax~ FYI,

Although your code to reformat the Report works...

 

Turn out the easiest solution is to modify the horizontal.xsl file. No need to include sequence calls if your formatting is no indentation. Start by making a backup copy of the horizontal.xsl (javascript) file. Edit the file by changing "var gIndentationWidth = 40;" from 40 to 0. Save the file, done. 

 

Reports still kinda ugly since the Seq header is separate from the result tables.

 

TestStand Help instructions sent me changing "gIndentTables" and looking for a boolean setting from True to False... these instruction were either out dated or wrong.

0 Kudos
Message 12 of 13
(414 Views)

@~jiggawax~ wrote:

I noticed that.  I fixed it.


 

So I'm curious to know how you fixed that, what changed? Cus I'm looking at my code at my desk that doesn't report sequence calls vs the TS in the lab here that does report sequence calls...

0 Kudos
Message 13 of 13
(412 Views)