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!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

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