Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
sabmaldun
Contributor II
Contributor II

Rank() function in Load Script

Hello,

I Need to Rank the Customers according to their Sales per year.

How could I achieve this in the load script?

 

I Need to do it in the load script because I have to do several calculations based on it.

There is no rank() function unfortunately in the load script .

Could you please help me?

Thank you!

 

Labels (2)
1 Reply
vishsaggi
Champion III
Champion III

You can do this by resident load order by desc on dimension field. Like check here

https://community.qlik.com/t5/New-to-QlikView/Rank-Function-in-load-script/td-p/348849