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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Rangesum problem in pivot Table

Hi,

first of all any thnaks for your atttention.

please can you help me to understand why expression "cumulative" and "above" in the pivot that i attach doesn't works?

when dimension Period Change the rangesum and above function restart to 0....

many thanks and best regards

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

That's because the Period Change indicate a new column segment. I think you want the TOTAL qualifier here:

=rangesum(count(ID_Weld2),Above(TOTAL count(ID_Weld2),1,rowno(TOTAL)))

View solution in original post

3 Replies
swuehl
Champion III
Champion III

That's because the Period Change indicate a new column segment. I think you want the TOTAL qualifier here:

=rangesum(count(ID_Weld2),Above(TOTAL count(ID_Weld2),1,rowno(TOTAL)))

MK_QSL
MVP
MVP

RangeSum(Above(TOTAL count(ID_Weld2),0,RowNo(TOTAL)))

Not applicable
Author

you are right!

many thanks for your help!