How do I input a variable into "Historical Data End at Row" option for Multivariate Control Chart in JSL?
Hello. This is taken from one of the Scripting Index script. I was trying to write a JSL that essentially will have row_end as a dynamic input, but my current code below wouldn't work as intended. How do I write it so that it can work? I've tried putting the whole expression into Eval (Eval Parse(Expression)) but that also did not work. If I replace row_end with it's actual value, only then will m...