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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
WillemRR
Contributor
Contributor

Calculate share of top 10 bestsellers to total revenue

Dear,

I would like to calculate the % of revenue that our top 10 products contribute to our total revenue. I already have a table with our top 10 products by using ARTICLE as dimension and Sum of Sales as Measure and used a Fixed number limitation on the ARTICLE dimension.

Is there a way to Sum the sales of these 10 articles and divide them by the total of sales?

Labels (2)
1 Reply
brunobertels
Master
Master

hi 

Try this for top ten 

Sum({<ARTICLE= {"=Rank(Sum(Sales))<=10"}>} Sales)

Sum( Total Sales)