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!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • 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
shmuel_bron
Level II

How to close multiple JMP data tables without saving?

JMP11 makes it practically impossible to close many data tables at once. Even if clearly stated that I am not interested in saving any of them ("Save none") JMP 11 takes you to a save-as screen.

This is highly detrimental to work efficiency.

Is there a trick/tip to make JMP11 work similarly with JMP9 in that respect.

Thnx!

Sam

12 REPLIES 12
shmuel_bron
Level II

Re: How to close multiple JMP11 data tables?

Martin, I am sorry to say but the problem is NOT solved.

I thought it was but it isn’t. I don’t know why sometimes it works and sometimes it doesn’t but this is …life.

I tried also the escape “trick” suggested by Craige (Thnx a lot!) but it didn’t work either.

Meanwhile the only thing working for sure is the add-in.

Rgds and thanks to all!

I hope JMP12 will behave better.

Sam

Shmuel Bron

Yield Analyst

0879310301

SamH
Level III

Re: How to close multiple JMP11 data tables?

hi everyone, is there a way to close multiple data tables using script?

the multiple data tables are generated during a script I generated to create analysis and produce a final chart wind/jnr.

Thanks

Sam

Craige_Hales
Super User

Re: How to close multiple JMP11 data tables?

When you see this behavior, JMP might be running a script with wait() statements that allow some commands to partially work while the script is running.  Try pressing Escape and check the log to see if a script stopped.


dt=open("$sample_data\big class.jmp");


dt:name[1] = "x";


while(1, wait()); // terrible programming technique


Craige

Recommended Articles