Control Chart: Table report of the batches out of control limits and values
Hello everyone,I am currently making a control chart with the following script:Control Chart(
Sample Label( :Numero de lot ),
Sample Size( :Nombre de seringues ),
KSigma( 7.33914672387493 ),
Chart Col(
:"Y1"n,
P( Avg( 0.0000859059564066319 ), LCL( -1 ), UCL( . ) )
),
SendToReport(
Dispatch(
{},
"P of RNS_NS tordu (srg)",
OutlineBox,
{Set Title( "p'-chart, p of Y1" )}
),
...