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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show top 3 and bottom 3 values

Hi There,

I want to show top 3 and bottom three performance of the Agents how can i found that please provide the details. Let suppose there are 10 agents and its performance in amounts.

Thanks in advance.

Jude

1 Solution

Accepted Solutions
its_anandrjs
Champion III
Champion III

Hi,

You have to use some thing like in sample file see attached sample file.

Rgds

Anand

View solution in original post

7 Replies
its_anandrjs
Champion III
Champion III

Hi,

I suggest you have to represent the data some thing by aggregate the values of the sales do you have any sample file.

Rgds

Anand

Not applicable
Author

Hi,

Like a agent has values 5000,4000,200  it will come in top three

and another way 145,148,720 this are bottom three in data so haow i can show it. I attched my sample file see it

Jude

lironbaram
Partner - Master III
Partner - Master III

hei attach is an example

hope its helps you

its_anandrjs
Champion III
Champion III

Hi,

You have to aggregate the data by rank function like

Aggr(Rank(aggr(sum(Sales),Agent)),Agent) 

and

Sum( Sales )

Rgds

Anand

its_anandrjs
Champion III
Champion III

Hi,

You have to use some thing like in sample file see attached sample file.

Rgds

Anand

Not applicable
Author

Hi,

That is what i am looking for in two different chart is good way to represent.

Thanks

Jude

Not applicable
Author

Hi, Liron,

Your solution is also correct but i want in different charts.

Jude