cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • 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!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

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