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

top 10 and bottom 10 salesman??

HII, I want to find top 10 and bottom 10 salesman.. i have no clue.. if any related  field create on my script???

help me, 

Thanks in advance.

Labels (3)
2 Replies
MayilVahanan

Hi

Try with Rank Function

Ex:

https://community.qlik.com/t5/QlikView-App-Dev/Rank-Function-load-script/td-p/834751

 

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
kalaino1
Contributor
Contributor
Author

hii, i have salesvalue, and salesman name in my script, but I  cant  find my expression... 

 

help me ,

LOAD *,

If(Sum(SalesValue<=10 ???

LOAD salesmanName,

SalesValue,

AutoNumber(SalesValue) as Rank

Resident sales

Order By SalesValue;

DROP Table sales;

Exit Script;

Thanks.