Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Rngesum Rank issue

Need help for rank accumulation .

I have used formula

rangesum(rank(total column(1)))

result is not showing properly after  rank 55 .PFA  excel for detailed information

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Hi,

Try this..

rangesum(rank(total Column(1),1))

View solution in original post

7 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

That expression will sum the ranks, which is probably not what you want. Explain what you are trying to do clearly, what does your input look like and what result you are hoping for.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Chanty4u
MVP
MVP

rangesum(above(sum(Value), 0 , RowNo()))

Kushal_Chawda

see the below.. You can probably do it in script

Re: Ranking issue in qlikview

Not applicable
Author

Thnx Kush ,but i want it in front end expression

Kushal_Chawda

try this expression

=rank(sum(index))

settu_periasamy
Master III
Master III

Hi,

Try this..

rangesum(rank(total Column(1),1))

Not applicable
Author

Thnx ..this expression worked