Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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 (2)
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))