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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
mingyu
Contributor III
Contributor III

Adding standard deviation to a line chart

I want to add a standard deviation on a line chart, showing only the upper bar, something like this.

mingyu_0-1702972679283.png

 

Labels (3)
1 Solution

Accepted Solutions
F_B
Specialist II
Specialist II

Can you please explain what you mean by standard deviation?

View solution in original post

5 Replies
F_B
Specialist II
Specialist II

Can you please explain what you mean by standard deviation?

mingyu
Contributor III
Contributor III
Author

Y-axis column is 'a', standard deviation = STDEV(a)/SQRT(count(a))

For example, if a point's value is 500, the upper bar might be 10; I need to display this upper bar.

F_B
Specialist II
Specialist II

Thanks for the clarification.

I'll look at it to see if I can help you.

mingyu
Contributor III
Contributor III
Author

Thanks.

F_B
Specialist II
Specialist II

In your line chart you can add a second measure, with your expression: STDEV(a)/SQRT(count(a))