Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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.