Hello mlbateswi,
I think that you want a reset context on your running sum.
Suppose you do a running sum om quantities over several months. If you want the running sum to start again with each new month , the syntax will be:
RunningSum(<quantity>;<month>)
this resets the counter.
The column that does the running sum should be directly to the left or right of the quantity column.