NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove Comparison Type & Module Time Label from Report?

Hello

I need to modify my html report such that "Comparison Type" & "Module Time" Label for step type "String Value Test" are not displayed in the report.

                                           Current Report

Step Name

Status:

Failed

String:

 

Limits:

   String:

 

Comparison Type:

Ignore Case

Module Time:

0.0008019


                                        Expected Report

Step Name

String:

 

Limits:

   String:

 


Regards
Nitin Goel
0 Kudos
Message 1 of 4
(3,549 Views)

Hi,

As I see it you have two choices.

1. Modify the GetFlaggedValuesFor Report_Html() function in modelsupport2.dll

or

2. modify the string that's returned by GetFlaggedValuesFor Report_Html()  and stored in Step.Result.ReportText by use of the FindAndReplace function.

I would go for option 2.

But you would need to change the step post expression because Step.Result.ReportText just added to Locals.ReportEntry before the step completes.

Hope this helps

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 4
(3,541 Views)
hello


can u please tell how to modyfy  the function of dll.
0 Kudos
Message 3 of 4
(3,534 Views)
Hello Farmer

I am able to do this by modifying the flags for Steptype "String Value Test" from the property Browser.

Regards
Nitin Goel
0 Kudos
Message 4 of 4
(3,525 Views)