01-17-2018
09:38 AM
- last edited on
10-25-2024
04:07 PM
by
Content Cleaner
Hi Everyone,
I have a requirement that designates that every report page that is created from my TestStand sequence (using ATML 6.01) have certain markings on both the header and footer of every single page. I have found this resource:
and so far have been able to successfully modify the TR6_Horizontal.xsl to get a header and footer on the report and to modify my header table adding and removing items as I want via XPATH and some xsl changes.
The problem is this method only puts a header on the FIRST page and footer on the LAST page with nothing in between all of the other pages. I have a report of around 100 pages so there are a lot of pages without any markings. The only thing I see repeated on every page is the file path and date in the footer and the word "Report" and "page x of y" in the header. These headers and footers appear to be separate entities from the header and footer created in the xsl stylesheet.
Any ideas on if adding something to every page is even possible?
01-18-2018
05:37 PM
- last edited on
10-25-2024
04:08 PM
by
Content Cleaner
Hi rdp08LM,
Please refer to the following help document on how to modify the report header generally:
How to Modify a TestStand XML Report Header
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YGlBCAW&l=en-US
However, this forum post seems to have the answer to your questions:
https://forums.ni.com/t5/NI-TestStand/Formatting-Report-Page-Headers-Footer-in-XML/td-p/186976
11-22-2019 01:52 PM
Did anybody find a solution?