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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
jerryr125
Creator III
Creator III

Reference Line on Bar Chart - Formula Question

Hi - 

I have a Bar chart

X -Axis : Year/Month (from the field requesteddate)

Y-Axis : Count of Requests (from the field requests)

 

I would like to show a reference line that displays the average count based upon the months selected.

How can this be accomplished ? Thoughts ? Jerry

1 Reply
Ezirraffner
Creator II
Creator II

Hi @jerryr125 ,

If you can show an example, but ... would be ...

Reference line expression:

 

=count(requests)/count(distinct month)

 

🤔

Regards 

Ezir