cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
‘New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit – register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
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. support@jmp.com
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. support@jmp.com
Jim