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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Average in graph

Hi,

I am trying to show the avergae Incident Rate in the column for the Qlikview attached. I have worked out the incident rate and I know that the average is 3.01, I want this showing in the right hand column.

The trendline function will not suffice here as I need to use the average for some other calcuations. Please help???

Dave

1 Solution

Accepted Solutions
johnw
Champion III
Champion III

This?  "Total" tells it to ignore your dimension values.

12*sum(total [CM Tickets])/sum(total Population)

View solution in original post

2 Replies
johnw
Champion III
Champion III

This?  "Total" tells it to ignore your dimension values.

12*sum(total [CM Tickets])/sum(total Population)

Not applicable
Author

John,

Had to tweak it slightly but works a treat. This total function will enable me to do a few reports