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: 
joshibabu_are
Contributor
Contributor

Qlik Sense product,Employee wise Top 3 sales amount need to show in Text Object

Hi Guru's,

i want to show top 3 sales amount in Text Object.

i want to aggregate amount  on employee,Product.

actual amount to show in object is:31801.07

How to write expression?

Thanks,

Joshi

1 Solution

Accepted Solutions
sunny_talwar

Try this:

SUM(Aggr(IF(Rank(SUM(Sales))<=3, SUM(Sales)),Product, EmployeeName))

View solution in original post

1 Reply
sunny_talwar

Try this:

SUM(Aggr(IF(Rank(SUM(Sales))<=3, SUM(Sales)),Product, EmployeeName))