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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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