Use Xpath to delete outlier box from the window
Hi, I want to delete the Tabulate Outlier box upon unchecking the checkbox. I tried Xpath but something is not correct. Any suggestion?Here is the jsl codeNames Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );
List1 = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1"};
List2 = {"PNP4", "NPN3", "IVP2", "NPN4", "SIT1"};
List3 = {"INM1", "INM2", "VPM1", "VPM2", "VPM3"};
...