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: 
qliky88
Creator
Creator

Upper & Lower STD within a Line Chart

Hi Experts, 

 

Just wondering is it possible to integrate an upper/ lower standard deviation within a line chart? And if so how? 

 

For context - we have trending samples that must remain within the upper/ lower std tolerances. I would like to display these tolerances within a line graph to clearly show if a sample it out of tolerance. 

Labels (4)
1 Solution
2 Replies
sunny_talwar

Should just be

Avg(TOTAL Aggr(YourExpression, YourDimension)) + StDev(TOTAL Aggr(YourExpression, YourDimension))

and

Avg(TOTAL Aggr(YourExpression, YourDimension)) - StDev(TOTAL Aggr(YourExpression, YourDimension))