Multiple control charts with user defined K value where the number and names of the Y variables are unknown
I'm trying to write a robust script that will allow the user to specify a Sigma K value and select Y columns from a list of all the continuous columns and create the L-J charts for each and save the limits to a tall data table.
The script isn't creating any errors but isn't creating the graphical output.
I can't see where I'm going wrong, script below and attached
Thanks
Names Default To Here(1);
...