Hi Maz,
You need to look at the sequence file reportgen_txt.seq or reportgen_html.seq depending on which report format.
The sequence you need to look at is PutOneResultInReport. The step in question is about halfway down the main called 'Add Flagged Values'. This is a call to a function in the modelsupport2.dll.
If you dont want to modify the DLL, you could modify the returned value from the function based on the a decission of the Comparison string.
Alternative, you will notice a sequence callback towards the bottom called 'ModifyReportEntry callback'. This a sequence you can add to you Test Sequence file that will override this callback. This means you could make the changes you require without having to modify the reportgen_ .seq's.
One thing yo
u will have to set, is in the Configure | Report Option under the Contents Tab is the 'Select a Report Generator for Producing the Report Body'. You will need to set this to Sequence. You can also set this in the Override Callback ReportOptions by setting the value in Parameters.ReportOptions.BodyGenerator from "DLL" to "Sequence".
Ive attached an example that uses the uses the ModifyReportEntry callback and I have include the ReportOptions callback to set the Parameters.ReportOptions.BodyGenerator.
Hope this helps
Regards
Ray Farmer
Regards
Ray Farmer
