Col list box() does not respect data table reference
Using JMP 14.1:I want people to select two data tables and then display the columns in those datatables in two col list boxes. However when I set the columns in the boxes, JMP will only set the columns from the active data table and will not respect the data table argument. Any suggestions? Here is a quick example of the wrong behavior:dt = New Table( "Table 1",
Add Rows( 0 ),
Compress File When...