Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to compute CP, SIGMA, CPK in qlik sense

Hello ,

Please, anyone can help me to computeCP, and CPK in Qlik Sense ?

Thank you

1 Reply
ogautier62
Specialist II
Specialist II

Hi,

it could be better if you can share some rows example and expected output;

cp = (lts - lti)/6/stdev(your measure)

cpl = (avg(measure) - lti)/3/stdev(measure)

cpu = (lts - avg(measure))/3/stdev(measure)

cpk = rangemin(cpl,cpu)

regards