06-12-2026 01:54 AM
1. Generate Header or Footer String.vi (Only HTML type has problem):
Someone changed Case Structure from boolean to string, and forgot change "True" to "". So if you don't want to use Right Text, you have to enter "True" instead of "" (like Left Text and Center Text do).
2. Save Report.vi (Only HTML type has problem)
Head Text is after </HEAD>. No way to set HEAD.
06-12-2026 01:19 PM
I'll file a Bug on the first item. For the second item, the toolkit currently has no built-in mechanism to set the <title> tag of the HTML. See this VI, which is the constant which defines the top section of an HTML report before the </head> tag:
[LabVIEW 20xx]\vi.lib\Utility\NIReport.llb\HTML Report Generation Message.vi
If you want to set your own <title> tag, you'll need to post-process the HTML file after it is created.