cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

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