JMP SCRIPT: Creation of a graph based on a user selection variable
Hi all, I would like to create a graph based on a user filter selection.However, JMP doesn't recognize the variable "Y" choosen by the user, and an error occurs.Here is my code:Y = concat(Y," (ppm)");
graph = RAW_DATA_TABLE <<
Control Chart Builder(
Size( 534, 450 ),
Show Two Shewhart Charts( 0 ),
Show Control Panel( 0 ),
Sort by Row Order( 1 ),
Variables( Y( :"Y
...