cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

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