Discussion Board for collaboration related to QlikView App Development.
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
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)))
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)))
RangeSum(Above(TOTAL count(ID_Weld2),0,RowNo(TOTAL)))
you are right!
many thanks for your help!