Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
chriys1337
Creator III
Creator III

Weekly Average in Percentage % in a Pivot

Hi,

I am having some sales data where I am showing the Weekly Average Target  for different Opportunity categories (MT,LT)  and also would like to show the %-Split between the Weekly Average Targets.

Unfortunately I don't know how to do it, I am just able to show the %-Split between the Total Targets.

Can anybody please help me?

1 Solution

Accepted Solutions
sunny_talwar

This

Sum(Aggr(Sum(Target)/Count(DISTINCT YearWeek), OppID)) /

Sum(TOTAL Aggr(Sum(Target)/Count(DISTINCT YearWeek), OppID))


Capture.PNG

View solution in original post

2 Replies
sunny_talwar

This

Sum(Aggr(Sum(Target)/Count(DISTINCT YearWeek), OppID)) /

Sum(TOTAL Aggr(Sum(Target)/Count(DISTINCT YearWeek), OppID))


Capture.PNG

chriys1337
Creator III
Creator III
Author

Thank you very much, Sunny. You are always helpful!