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, label as LL
if 0<X<5 and 5<Y<10, label as UL
if 5<X<10 and 0<Y<5, label as LR
if 5<X<10 and 5<Y<10, label as UR
I am so lost, any help would be appreciated