cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
jake
Level I

Scripting a Report

I am trying to script a report that can be run on a weekly basis showing yields.  I have been able to make all my charts I need, I just want to organize them so they are all on one page and save it as a .pdf so I can send it to non-jmp users to read.  I can do what I am trying to do manually by creating a journal and organizing the charts how I want them and saving the journal as a .pdf, but I can't find a way to script it.  Any ideas?ri

11 REPLIES 11
jake
Level I

Re: Scripting a Report

Perfect.  Thank you for all your help.

tart22
Level I

Re: Scripting a Report

Pls...Jake or MS..............How can I create a script to generate the report/charts and save it as a HTML file in windows 7

for example as above for pdf

nw << save pdf("path/sheetbox.pdf");

for:

nw << save html("path/sheetbox.html");

path=C:\Users\tat\Documents\bk

sheetbox=pc+rm chart.html

Thanks.

Recommended Articles