JMP Scripting Noob: How to input a new column based on filtering data from two columns?
Hi all, I love JMP for it's graph building tools, so I am just starting to dabble in the scripting portion of it. Can someone help me with this request?I have two cols. One for X coordinate and one for Y coordinate. All I want to do is simply create a new col that will list Upper Right/Upper Left/Lower Right/Lower Left (LL) based on the X and Y Coordinate...So for example...if 0<X<5 and 0<Y<5, la...