Hello
I tried to select a list of values PINTest and PVT, in the column.
If I do them one by one, I succussed in selecting each one separately.
But if I do it by list, JMP didn't find the value,
can you explain where I did go wrong in my script?
dt << Select Where (:"TEST DOMAIN" == {"PINTest","PVT"});
dt << Delete Rows ( );