cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

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