Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expression to get Cumulative Count

Hi Friends, please help in writing an expression to get the cumulative count

Data has two columns one has employee name and another has leaving date. Need to plot a graph which will show month on month cumulative count for example: 10 separated in Jan, 5 in Feb and 10 in Mar. Result should show as mentioned below

Jan - 10

Feb - 15 (10+5)

Mar - 25 (15+10)


1 Reply
arulsettu
Master III
Master III

try this

RangeCount(Above(sum(field),1,RowNo()))