02-28-2007 06:53 PM
03-01-2007 12:40 AM
Hi,
You should be able to use the ModifyReportEntry Callback sequence to alter the report for each step entered.
Regards
Ray Farmer
03-01-2007 02:15 AM
03-01-2007 02:58 AM
Hi,
No the callback allows you to modify the text before its sent to the report. That means delete or add text.
Depending on the amount of changes involved it maybe easier to modify the actual report sequence file, but with the XML format this is not the case.
Regards
Ray Farmer
03-05-2007 09:19 PM
03-07-2007 05:04 PM
the answer to my last question can be found at http://forums.ni.com/ni/board/message?board.id=330&message.id=2452&query.id=69156#M2452 with one note.
When the include in report flag is selected all the subsets are included in the report. To take out a particular property such as comparison type in multiple measurement step enable the "don't copy to result" flag for that propoerty. i.e multiplemeasurementstep>>result>>measurement(has flag include in report)>>measurement[0]>>comp(enable don't copy to result)