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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
suzel404
Creator
Creator

Cumulative Count in text object

Hi all

How can I calculate a cumulative count in text object ?

=RangeSum(Above(Count({<Status={0}>} EMP),0,RowNo(TOTAL)))

In chart it works.

Thanks for your help.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Cumulative over which dimensions?

sum(aggr(count({<Status={0}>}EMP), DimA, DimB, ..., DimX))


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Cumulative over which dimensions?

sum(aggr(count({<Status={0}>}EMP), DimA, DimB, ..., DimX))


talk is cheap, supply exceeds demand
suzel404
Creator
Creator
Author

Thanks you Gysbert!