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

contribution

Hi All,

I would like to show the count of customers whose contribution is greater than 20 %  in a text object how can I get it.

Regards

John

Labels (1)
5 Replies
prma7799
Master III
Master III

can you please share some data?

Not applicable
Author

Hi Prashant

PFA. Thanks.

Regards

John

petter
Partner - Champion III
Partner - Champion III

Is the column D some kind of Customer ID?

b_garside
Partner - Specialist
Partner - Specialist

Try this example; it will display top 2 customers.

Perhaps you can modify it to show top 20%.

By changing this portion;  Sum(Sale) to a percent calculation

=concat ( IF( aggr ( Rank(sum(Sale)),CustomerID)<=2, CustomerID & chr(10)))

Not applicable
Author

Yes