cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Learn some foundational elements of JMP Scripting Language (JSL) and how to extend point & click automation into repeatable, shareable routines. Register. June 26, 2 p.m. US Eastern Time.

Discussions

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

How to automate "File > Publish" process with JSL?

I generated html report with "File>Publish", but there is not any help to generate html report automatically instead of using "File>Publish" process.

 

One possible solution is as follows.

1) Generate html report manually with "File > Publish".

2) Replace individual html report file with new html report one generated from "Save Interactive HTML()"

3) In need, date and some comments are changed with external programming as like Python.

 

I think the best one is to replace "File > Publish" process with JSL. Is it possible to replace "File > Publish" process with JSL?

1 ACCEPTED SOLUTION

Accepted Solutions
ms
Super User (Alumni) ms
Super User (Alumni)

Re: How to automate "File > Publish" process with JSL?

Check out the function New Web Report( ).

It creates a HTML report with some options similar to Publish...

 

View solution in original post

2 REPLIES 2
ms
Super User (Alumni) ms
Super User (Alumni)

Re: How to automate "File > Publish" process with JSL?

Check out the function New Web Report( ).

It creates a HTML report with some options similar to Publish...

 

Kwangki
Level III

Re: How to automate "File > Publish" process with JSL?

Thank you. I found related objects for WebReport function!

Recommended Articles