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 design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

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

How to close all journals, data tables, and chart windows except the JSL window

Hi 

My JSL script have created a lot of tables/journals/charts some are hidden some are not, I close them one-by-one when I want to re-run, what script can I use to close all except jsl window during re-run? Thanks

JERRY

jerryspilTC
1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: How to close all journals, data tables, and chart windows except the JSL window

Check out the Close All() function in the Scripting Index.  I think it will get you what you need.

     Help==>Scripting Index

Jim

View solution in original post

1 REPLY 1
txnelson
Super User

Re: How to close all journals, data tables, and chart windows except the JSL window

Check out the Close All() function in the Scripting Index.  I think it will get you what you need.

     Help==>Scripting Index

Jim

Recommended Articles