- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
How to combine and export plots from the terminal (Windows) or a jmp script?
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!
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!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How to combine and export plots from the terminal (Windows) or a jmp script?
>> My problem is that I'm unable to build the dashboard and export the result as an html file.
Can you provide more information? Is it:
- You don't know how to build the dashboard in JSL,
- Here's a link to an overview
- You don't know how to use JSL to output an html file, or
- obj << Save HTML() is what you're looking for (link here)
- something else?
- I get the feeling it's this category of help you're looking for. Any extra info you can provide should be helpful.