Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlik__Vinodh
Partner - Creator II
Partner - Creator II

Cumulative totals on Expression column prob

HI All,

how to calculate Cumulative totals on Expression column.if have soluation pls reply me.

Year 

Year(dimension)Month(dimension)=Count( Distinct EmpIds)-(Expression)Cumulative totals(Expected)
2000all months  group(1-12)44
2001all months  group(1-12)711
2002all months  group(1-12)213
2003all months  group(1-12)518

This is pivot table.for this i need CUMMULATIVE TOTALS ( EXPECTED ) . if any one knows the last column Expressions pls let me reply me .

Thanks,

c

1 Solution

Accepted Solutions
er_mohit
Master II
Master II

use this expression:

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

here ncount is field name.

hope it helps you

View solution in original post

3 Replies
Not applicable

er_mohit
Master II
Master II

use this expression:

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

here ncount is field name.

hope it helps you

Not applicable

hi

for cumulative total use it.

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

hope it helps you