cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to interactively organize and restructure data for analysis. Register for May 29 webinar, 2pm US ET.

Discussions

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

how do i prevent data table from appearing?

is there a script I could use to prevent the data table from showing up?

2 REPLIES 2
txnelson
Super User

Re: how do i prevent data table from appearing?

One can specify a data table to be Invisible or Private and with either one it will not be displayed.

Names Default to Here( 1 );
dt = Open("$SAMPLE_DATA/big class.jmp", invisible );
Jim
Craige_Hales
Super User

Re: how do i prevent data table from appearing?

And Invisible is a better choice than Private unless you are prepared to keep track of a private table.

Craige

Recommended Articles