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: 
Anonymous
Not applicable

Additional Row(s) To Total Row

Is it possible to create a row in addition to Total row. For example, if I have a straight chart that has Top 10 of Clients's Sales, and I wanted to show "Top 10 as % of Total" after the Total row whose expression or formula is:

Sum of Top 10 Clients / Sum of Total * 100

Thank you for any suggestions.

Labels (1)
2 Replies
Not applicable
Author

Try this in a text box:

Num(SUM({<Client = {"=RANK(AGGR(SUM(Sales),Client))<=10"}>} Sales)/Sum(TOTAL Sales),'###,###.##%')

Anonymous
Not applicable
Author

Thanks Rebecca,
I'm trying to implement this in the same chart where I show the Total.