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 access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

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