01-27-2012 07:01 PM
My requirment is to have two different view for the same report that gets generated during one execution using in TestStand OI(CVI)? One view would be summary view (displays only test step types, excluding action step types) and the other view is detail view that displays all the steps that are recorded. Data for all the steps needs to get recorded in database. Any suggestions are helpful!!
01-30-2012 04:54 AM
The generated report is a string in the Reportgen callback (you can filter everything you want to display/print)
01-30-2012 12:29 PM
I am aware of Reportgen callback but the problem is to get two different views after genrating the same report.
01-30-2012 01:17 PM
Hello.
I think you would have to create two separate reports, one as summary report and one as a 'full' report The viewers are just 'viewers' and simply display whatever you set to them.
I had display a text report that was basically a summary report ( failures only ) and then display an HTML report that contained all steps were set to be recorded. This required quite a bit of modifications on both the process model and the operator interface side. The operator interface (in LabVIEW ) had to contain 2 separate UIReportView controls.
Let me know if that is your desired direction and I could point you to some more ideas.
Thanks,
PH
02-05-2012 06:45 PM