JMP Pro 16.1 > JSL > Col Maximum (:DATA, :BY_CAT) Returns an error: Bug or Syntax Error?
Hi JMP Community,
JMP Pro 16.1, Windows 10 Professional.
I encountered an odd behavior in a simple JSL script I am developing. In the script snippet below, the "By Var" column is not recognized as valid (see error message below). I confirmed that the simpler formula "max_y = col maximum (YCOL)" works fine. Hence, I believe that the issue is with the "By Var" portion of the formula.
For (i = 1, i
...