I have edited the string RPT_HEADER_SERIAL_NUMBER = "Tag/Serial Number: " (Formerly "Serial Number") but it doesn't change the report. I am using AMTL5 horizontal. I tried to use the Modify HEader callback but the report header text variable doesn't have the full text of the Header just some properties.
Example:
"<trc:TestResults uuid="8fb00b4c-f1ac-11ec-a297-c400ad214c17" xmlns:trc="urn:IEEE-1636.1:2011:01:TestResultsCollection" xmlns:tr="urn:IEEE-1636.1:2011:01:TestResults" xmlns:c="urn:IEEE-1671:2010:Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ts="www.ni.com/TestStand/ATMLTestResults/2.0">
<tr:Personnel>
<tr:SystemOperator ID = "administrator" name = "administrator"/>
</tr:Personnel>
<tr:ResultSet ID="1952" name = "C:\Projects\FCAS_Automated\branches\Actuator ESS Tests\FCAS ESS.seq#MainSequence" startDateTime = "2022-06-21T17:53:19.811" endDateTime = "2022-06-21T17:53:19.811">
<tr:Extension>
<ts:TSStepProperties>
<ts:StepType>SequenceCall</ts:StepType>
<ts:StepGroup>Main</ts:StepGroup>
<ts:BlockLevel value='1'/>
<ts:Index value='10'/>
<ts:TotalTime value='0'/>
<ts:ModuleTime value='0'/>
</ts:TSStepProperties>
</tr:Extension>
<tr:Outcome value="UserDefined" qualifier="Running" />
"
Any help to change this text/label would be appreciated.
Thanks