Select 2 rows
Hi JMP Community, I want to highlight two data points from each X and Y coordinates of the failure bin "2". I tried to write a jsl code, but the results are not correct.
The below code highlights more than two data points from X and Y coordinates of the failure bin "2". Any suggestions? Here's the codeNames Default To Here( 1 );
dtt = Data Table( "failures" );
dt = Data Table( "Summary Bins" );
//
...