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: 
rmuhammad
Creator
Creator

line level count and avg at total is it possible?

Hi All

is it possible to count by month and Total would be Average?

count avg.png

11 Replies
sunny_talwar

This?

Sum({<Period=,Period={'<=$(=max(Period))'}>}aggr(sum({<Period=,Period={'<=$(=max(Period))'}>}data),Yr, mnth))/Count({<Period=,Period={'<=$(=max(Period))'}>}DISTINCT Yr)

Capture.PNG

rmuhammad
Creator
Creator
Author

THANK YOU!

I would have not figured this out with out your expertise.