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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
MPH
Contributor II
Contributor II

Accumulating Sum

I am trying to accumulate total everything works fine until the net billing becomes 0,  having trouble understanding why the cumulative total keeps increasing even though net billing is 0

See below

MPH_0-1610721451680.png

 

1 Reply
Ksrinivasan
Specialist
Specialist

hi,

i don't know why its keep running,

but you can try IF condition

IF(Net Billing>'0',RangeSum(Above(TOTAL Sum(NET_BILLING_AMT),0.RowNo(TOTAL))),'')

Ksrinivasan