JMP script- Where( ) function not accepting string variable
Hello all,I want to script the "By" in a call to the Pareto function. I notice that Pareto plots plotted "By" something look like this:Pareto Plot(Cause( :SBIN_NAM ), X( :Insertion ), Where( :lot_id == "4LU31HFN00_E95029" ))
The "Where" implements the "By" field from the Pareto function dialog box. So, I have a JMP script where I want to plot Pareto plots by a column called "lot_id". However, I w...