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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar chart design

Hello everyone,

Can anybody help me with bar char? Files with problem description attached,

Thanks in advance!

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Try using the following as dimension: (see file attached)   aggr (if(Rank(sum(Revenue))<=30,Rank(Total Aggr(Sum(Revenue), Client, Country)),'-'),Client,Country)

View solution in original post

3 Replies
swuehl
Champion III
Champion III

You can try a calculated dimension like

=aggr(rank(total sum(Revenue)), Client,Country)

Hope this helps,

Stefan

Not applicable
Author

Try using the following as dimension: (see file attached)   aggr (if(Rank(sum(Revenue))<=30,Rank(Total Aggr(Sum(Revenue), Client, Country)),'-'),Client,Country)

Not applicable
Author

Thank you guys, works perfectly!!!