Hello everyone,
I'm trying to combine a bunch of plots into a dashboard and later export that dashboard into an html file. Currently I modify a template.jmp using python and later execute the file using
subprocess.call([r'C:\Program Files\SAS\JMP\16\jmp.exe',r'outputScript.jsl'])
My problem is that I'm unable to build the dashboard and export the result as an html file. I think I could add code to generate the dashboard in the template.jmp or use some jmp.exe --ObscurePerfectInstruction but need some assistance. Thanks for the help!