Hi @AT ,
One option for accomplishing what you want is to use one of the table functions, specifically, Tables-->SplitTables-->Split
And the resulting JSL script--
Data Table( "sample.jmp" ) << Split(
Split By( :test_parameter ),
Split( :value ),
Sort by Column Property
)
cheers,
Stan