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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Aggr() Question

Hi,

I'm fairly new to qlikview and struggling to implement the following chart.

I started using aggr() function hoping that would be helpful, but it doesn't give the results that I need.

This is what I'm trying to implement:

Req.png

When I use =aggr(sum(Sales)/sum(TOTAL Sales),Team, TeamMember), I get this:

Qlik.png

Any advice would be appreciated. Thanks in advance.

1 Solution

Accepted Solutions
rubenmarin

Hi Shobana, I think you only need this:

sum(Sales)/sum(TOTAL <Team> Sales)

View solution in original post

2 Replies
rubenmarin

Hi Shobana, I think you only need this:

sum(Sales)/sum(TOTAL <Team> Sales)

Anonymous
Not applicable
Author

Thanks a lot Ruben, that worked!!!