I am having an issue where my interactive .HTML pages are now no longer showing my graphs but showing the .HTML page as blank (no graphs). My .jsl code has not changed. I can use the script and use "Save HTML" and the .HTML page shows the graphs fine. However, when using "Save Interactive HTML" this is not generating the HTML dashboard.
When looking at the log files, I am getting the following: "Template file C:\Program Files\SAS\JMP\15\Web\Template.html is not writable." Not sure why it is writing to a temporary file.
When opening the file: C:\Program Files\SAS\JMP\15\Web\Template.html the error says: "error on line 1 at column 1: Document is empty"
I am using JMP 15. The following is my script (minus the full JMP App information and actual file path name):
QualityDashboardHTML = JMP App( );
QualityDashboardHTML << Run;
Show Properties( QualityDashboardHTML );
Show( QualityDashboardHTML );
(QualityDashboardHTMLReport << get windows)[1] << Save Interactive HTML(
"Filepath\KPI Dashboard.html" );