Row selection includes negative quantity and rows that cannot be selected. BUG?
I am importing ~140000 rows of data from 20 preexisting jmp files using this script in windows 11, JMP 18.1.0 Multiple File Import(
<<Set Folder( "C:\here\there\"),
<<Set Name Filter( "*.jmp;" ), <<Set Name Enable( 1 ),
<<Set Size Filter( {1, 1} ), <<Set Size Enable( 0 ),
<<Set Date Filter( {Today() - indays(10), Today()} ), <<Set Date Enable( 1 ),
<<Set Add File Name Column( 1 ), <<Set Add F
...