cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

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