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: 
qliktech_uk
Contributor III
Contributor III

Rank() over partition by in QlikView

Hi

How do we achieve the same functionality as

Rank() over partition by in QV?

2 Replies
sergio0592
Specialist III
Specialist III

Hi, you can try with

=  rank(sum(TOTAL <Partition_clause_field> Your_Indicator))

muniyandi
Creator III
Creator III

how to set script level ?