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!
  • 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
steven_gong
Level II

A bug? JSL for Compare Data Tables not working with Limit setting

When I write script for "Compare Data Tables", found that limit setting doesn't work.

Even I put 2000, after running, it's still default 500.

Any idea I can make this setting work?

Thanks.

 

See below screen shot and the script:

steven_gong_0-1614304724251.png

 

Data Table( "BOM Rev" ) << Compare Data Tables(
	Compare with( Data Table( "BOM Code" ) ),
	Compare Data,
	Show Difference Summary,
	Show Difference Plot,
	Limit( 2000 )
);
1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: A bug? JSL for Compare Data Tables not working with Limit setting

  1. I replicated your findings
  2. There is not an element called "limit" in the documentation in the the Scripting Index........that makes me suspicious
  3. I would report this to the JMP Support Team at
    1. [email protected]
Jim

View solution in original post

1 REPLY 1
txnelson
Super User

Re: A bug? JSL for Compare Data Tables not working with Limit setting

  1. I replicated your findings
  2. There is not an element called "limit" in the documentation in the the Scripting Index........that makes me suspicious
  3. I would report this to the JMP Support Team at
    1. [email protected]
Jim

Recommended Articles