Hello,
I would like to make a control chart with a KSigma set up by a coefficient automatically calculated.
Below is my code:
graph = New Window( chart_title,
Control Chart(
Sample Label( :Numéro de lot ),
Sample Size( :N ),
KSigma( z_KSigmaZ ),
Sort by Row Order( 1 ),
Chart Col( :"Y1"n, P( Limits Precision( 1 ), LCL( -3 ) ) ),
...
However, by setting up the coefficient with this code:
KSigma( z_KSigmaZ ),
it doesn't work and 3 is always applied as coefficient...
Is someone has an idea to help me with this?
Regards,
Sebastien