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: 
19iv1987
Contributor III
Contributor III

Above with null value

Hi to everyone, I created in Qlik Front-end a straight table like the one attached.

My aim is to obtain the result in column E and so the cumulative sum of column C.

But for now I only managed to obtain the result in column D thanks to this expression:

sum(AGGR(RangeSum(above( COUNT({SetAnalysis} %KEY_INT),0,RowNo())),N))

I have problems to deal with null values...

Thanks in advance

Eva

12 Replies
effinty2112
Master
Master

Hi Eva,

               Maybe this could work for you, I'm not showing the full straight  table:

dd [No claims] Rangesum Desired
Fino a 8,00674467446744
Fino a 38,4280991484314843
Fino a 68,8315671641016410
Fino a 99,253831679316793
Fino a 129,672861707917079
Fino a 160,082501732917329
Fino a 190,501441747317473
Fino a 220,92561752917529
Fino a 251,33301755917559
Fino a 281,75111757017570
Fino a 312,17271759717597
Fino a 342,58231762017620
Fino a 373,0031762317623
Fino a 403,4211762417624
Fino a 433,8301762417624
Fino a 464,2501762417624
Fino a 494,6711762517625
Fino a 525,0821762717627
Fino a 555,5011762817628
Fino a 585,9201762817628
Fino a 616,3321763017630
Fino a 646,7501763017630
Fino a 677,1721763217632
Fino a 707,5801763217632
Fino a 738,0001763217632
Fino a 768,4211763317633
Fino a 798,8301763317633
Fino a 829,2501763317633
Fino a 859,6701763317633
Fino a 890,0801763317633

There is a single dimension : dd

[No claims] is entered as an expression and the expression titled Rangesum is:

Rangesum(above([No claims],0,RowNo()))

Good luck

Andrew

19iv1987
Contributor III
Contributor III
Author

Hi Andrew, look at the last column in below image ...it doesn't work

Cattura2.PNG

effinty2112
Master
Master

Hi Eva,

How many dimensions do you have in your table? The expression will not work if there is more than one. Replace the dimensions except one with expressions.

all the best

Andrew