...
Code Block |
---|
...
cache ( _out.KeyVal,
if (_cacheValue == _NULL, $currentValue = 0, $currentValue = _cacheValue),
$currentValue = $currentValue + _out.CashValue,
$currentValue
)
... |
...
...
Code Block |
---|
...
cache ( _out.KeyVal,
if (_cacheValue == _NULL, $currentValue = 0, $currentValue = _cacheValue),
$currentValue = $currentValue + _out.CashValue,
$currentValue
)
... |
...