Select Where() not working
I spent a lot of time trying to create a simple "Select Where()" statement in JMP, and it was not working.Here's the line of code I was trying to use: dtData << select where(yParamList <= minLimList);yParamList is a valid columnminLimList is a valid numberAfter reading some of these forums, I found someone suggesting to put it all in a string and then parse it out, so i changed the above code to t...