Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
mingyu
Contributor II
Contributor II

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
Creator III
Creator III

Can you please explain what you mean by standard deviation?

View solution in original post

5 Replies
F_B
Creator III
Creator III

Can you please explain what you mean by standard deviation?

mingyu
Contributor II
Contributor II
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
Creator III
Creator III

Thanks for the clarification.

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

mingyu
Contributor II
Contributor II
Author

Thanks.

F_B
Creator III
Creator III

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