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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
tapassingh
Contributor
Contributor

Standard Deviation on Line chart

I am building line chart which shows trend of users across a period (Week, 1 Month,3 Month, 6 Month, Year). I want to plot/highlight Standard deviation on that chart and mark lines with circles when it goes above or below the deviation. Like nelsons rule.

Labels (2)
2 Replies
chrismarlow
Specialist II
Specialist II

Hi,

You can use Total with Avg and StDev to lines for the bounds & then use a formula to return nulls when you are not below/above to get something like the below;

20190514_1.png

I've attached QVW, but I am on personal edition so you may not be able to open.

Cheers,

Chris.

tapassingh
Contributor
Contributor
Author

Thanks Chris, this helped a lot.