10-29-2019 05:00 PM
I noticed that. I fixed it.
10-31-2019 09:57 AM - edited 10-31-2019 10:36 AM
~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.
10-31-2019 10:01 AM
@~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...