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
r23426
Level II

How to bring a table to 1st level ?

Hi,

I have a script that creates lots of table.

 

in some specific case, I am defining a table as current to work on it, 

dt = data table("name of my table");

but I would like also to visualize it as a sanity check, in the script.

 

I have not been able to find any hint in the help pdf file with Bring, 1st level,  etc...

 

I try something like

 

 

obj = current data table (dt);

obj <<  show table(1);

 

 

but no success.

 

I probably do not use the right keyword, but I am still stuck with this.

 

Any help would be greatly appreciated

Best 

J2S

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Craige_Hales
Super User

Re: How to bring a table to 1st level ?

dt << bringWindowToFront;
Craige

View solution in original post

2 REPLIES 2
Craige_Hales
Super User

Re: How to bring a table to 1st level ?

dt << bringWindowToFront;
Craige
r23426
Level II

Re: How to bring a table to 1st level ?

Thank you for the help

Recommended Articles