How to receive numerical input from user, save as a variable and use variable in control chart builder as the set control limits
Hello, I am looking for a way to collect 6 numerical entries from a user at the beginning of a script. These 6 numbers need to be saved as variable which I am hoping to reference later as Levey Jennings control chart limits. using the code below works with numbers but would like to change to reference the variables which have been set instead. <Set Control Limits( {LCL( a ), UCL( b ), Avg( c )} )...