JMP Script: How do I select rows based on variable cell value?
Hi,I'm trying to write a script to select the rows with either the SerialNo or the Data value of 1-25 (highlighted rows below).Is there a way to select these cells with variable?e.gdata table () << select where (:Item == "SerialNo[1-25] ");