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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
CB308
Contributor III
Contributor III

Adding an Average Reference Line to Line Chart

Hi.. i have a line chart which is by time frame and want to add an "average" reference line under add-ons.

If I choose a quarter, month, year or date, the average does not change.

Want it to change based on timeframe selected.

none of the following has worked.  any help would be appreciated

Also need a median line based on the same date range selections.

=if(getselectedcount(%Date)=0, Sum (total ,<field>) / count (distinct %Date)

Sum (total <field> ) / count (distinct %date)

Avg(aggr(Sum(<field>), %Date)

 

 

 

Labels (1)
0 Replies