NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Report Model Plug in

Solved!
Go to solution

We are moving to TestStand 2012.  In 2010, I had modified the sequential model so that after the test, two reports were generated.  The were both the built in Text reports but I changed the filter expression so that one report was all results and the other was only the failed results.  This was easy to do with a for loop around the report generation section and just changing the filter expression for each loop (as well as the file path to save).

 

With 2012 and the plug-in models, I'm trying to figure out how to do this.  I checked out the example for a simple text report, but that doesn't really apply here.  I want to use the built in report format but create two reports as above.  I also need to modify the header slightly.  In 2010, I just modified the ReportGen_txt.seq.  I suspect now it would be better to copy all this to a plug-in.  Can I copy the built in text file reporting stuff to a plug-in then modify?  And then, how do I generate two reports with this new architecture?

 

Thanks.

0 Kudos
Message 1 of 2
(3,129 Views)
Solution
Accepted by topic author Sir_Mutt

Just insert two report instances in the Result Processing Dialog Box and configure each with a different filter expression.

 

ReportGen_txt.seq is still part of the report plug-in, so the same modifications should have the same effect.

0 Kudos
Message 2 of 2
(3,127 Views)