Hi,
By default if the Units property is empty then its not added to the report.
I guess you still want the units set for Database logging.
In the the reportgen_[txt|html].seq sequencefile; PutOneResultInReport, a parameter is passed called Result. In the Setup of this sequence you could make a local copy of Parameters.Result.Units. Then set Parameters.Result.Units = "". In the Cleanup you can then restore it back to its original value.
When the step 'Add Flagged Values' is executed, Units will be an empty string and therefore will not be returned in the ReportText string value.
This is just one suggest. Hope it helps
Regards
Ray Farmer
Regards
Ray Farmer
