Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.
Graph Builder Toolbar streamlines interactive graphing. Creates shortcuts on Report and GraphBuilder Helpers toolbars. Download and install the extension.
Before opening the New Window check that there is a table open and if there isn't one, run stop();
If there are no matches, the last row will throw an error. You could either check selected row count and use stop() if it is 0 or show information to the user that there was no matches
<< Get Rows Where is mos likely faster than << Select Where
Some additional speed-up can most likely be gained by evaluating the column reference
<< On Validate could also be used if you wish to let user input new regex if the first doesn't have any matches