JSL: Save dashboard as interactive html
I built a dashboard from a script and want to save it as an interactive html and close it afterwards. The script runs fine, but the saving and closing doesn't. I tried it with something similar than this, but it doesn't work.Help is appreciated! Thanks in advance!MarkusNames Default To Here( 1 );
Open("$SAMPLE_DATA/Quality Control/Steam Turbine Historical.jmp");
app = JMP App();
app << Open File(
...