01-06-2017 10:53 AM
I need to get a TestStand report down to the shortest possible length. I am running a main sequence with 12 subsequences, many of which contain sub-subsequences. As of now, the report is formatted in an indented list style. If there are any reported results in any subsequences or sub-subsequences, the report includes headers for the subsequence and the sub-subsequence. Is there a way to get rid of those headers and just report the lines in which actual results are reported? We don't want the report to list where in the report the results were generated, we just want the results.
I am generating reports in XML format.
Thanks for your help.
01-06-2017 11:59 AM - edited 01-06-2017 12:00 PM
If you are using the horizontal style sheet then you can edit it as per this thread: http://forums.ni.com/t5/NI-TestStand/Remove-Sequence-call-from-xml-report-using-the-stylesheet/m-p/3...
Let me know if you have any questions.
01-06-2017 12:50 PM
This looks very promising. I will start digging into the code to try to gain an understanding.
In the meantime, let me update/correct my report format info. I am using ATML 5.00 and tr5_horizontal.xsl. I am not married to any of that, so if there is a better report format, please let me know.
Thanks very much for your help.