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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jerryr125
Creator III
Creator III

Line Chart - Add Mean and Upper/Lower Control Limits

Hi - I have a line chart :

Dimension : Date

Measure : sum(Amount)

I would like to add the mean and potentially the upper/lower control limits.

Any thoughts/examples ? Jerry

1 Solution

Accepted Solutions
jerryr125
Creator III
Creator III
Author

Hi - I added formula reference lines -worked!

View solution in original post

3 Replies
jerryr125
Creator III
Creator III
Author

Any thoughts on this question? 

What if I try this :

Of the values selected, what if I wish to display the mean (average) line?

So for example, the user selects a date range and a category - for that selection criteria it displays an average line on the line chart .

 

Thoughts ? jerry

 

JordyWegman
Partner - Master
Partner - Master

Hi Jerry,

Use the following formulas:

Mean: Avg(Amount)

Lower: Min(Amount)

Upper: Max(Amount)

Jordy

Climber

Work smarter, not harder
jerryr125
Creator III
Creator III
Author

Hi - I added formula reference lines -worked!