Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
the title basically says it all: I am searching for a way to reset (or restart) an accumulated sum inside a straight table as soon as it reaches a specific value (e.g. 500). Right now I am accumulating a sum with the following expression:
aggr(rangesum(above(sum(Menge1*Artikelmenge),0,rowno())),Artikelnummer,KW)
Works perfectly fine. However I am trying to modify the expression so it will reset as soon as it hits > 500 (Accumulation may only happen in a given range : 0-500). Help search did not give any valueable info, so I hope you guys have a clue.
Thanks in advance!
This might be tricky, would you be able to provide some sample data to test it out?
Thank you very much! Works like a charm - and is actually close to my specifications.