Hello everyone,
Here is an example that I need help with.
![rmthomas_0-1635167178453.png rmthomas_0-1635167178453.png](https://community.jmp.com/t5/image/serverpage/image-id/36968i943B928EF5F0A5F3/image-size/medium?v=v2&px=400)
I am trying to clear specific rows based off of the last part of column Characteristic (.X, .Y, .Z) and clear the LSL, Target, USL. this is just a basic table and I have many different Characteristics and the ones I need to clear are all that end in .X, .Y, .Z.
I have tried to use this JSL code but I cant seem to get anything to happen. just for the characteristic .X and the USL.
dt111 = data table ("Untitled");
curRows = dt111 << get rows where(:Characteristic (ends with(".X")));
:USL[curRows] =.;
Any help would be greatly appreciated.
Thanks,
-Ryan