Data Filter in JSL script running slow
I am trying to create a JSL script that will utilize data filter and select ~180 tests of interest in "ITEM_NAME" column and create a new table. When I use Data Filter and run it manually it doesn't have any delays. Though when I try to automate the process it takes ~15 minutes to create the new table. What can I do to make it run more efficiently?
Open( "$DOCUMENTS/test.jmp" );
ref10 = Data Tabl
...