cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP is taking Discovery online, April 16 and 18. Register today and join us for interactive sessions featuring popular presentation topics, networking, and discussions with the experts.
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!