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:
Data Table( "BOM Rev" ) << Compare Data Tables(
Compare with( Data Table( "BOM Code" ) ),
Compare Data,
Show Difference Summary,
Show Difference Plot,
Limit( 2000 )
);