Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
infosense_devel
Creator II
Creator II

Create a Dimension Based On Top Customer.

Hello,

I have customer name as dimension and expression to calculate their invoice.

I want show top customer category wise something like this,

In top 10 invoice showing for 1-10 Customer and so On and also want display count of customer.

4 Replies
MK_QSL
MVP
MVP

Use combination of

Aggr, Rank, If, SUM(Sales) to create Calculated Dimension...

You can also use ValueList Function and use Expressions accordingly..

Better if you provide sample data to work along with the expected results based on sample data.

antoniotiman
Master III
Master III

Hi,

Try Calculated Dimension

=Aggr(Class(Rank(Sum(Invoice),4),10),Customer)

infosense_devel
Creator II
Creator II
Author

And for Expression Side?

antoniotiman
Master III
Master III

Sum(Invoice)