-
Change Request
-
Resolution: Unresolved
-
Trivial
-
None
-
None
-
None
Having access to the previous value in preprocessing JavaScript functions would open up new possibilities like calculating an overall sum counter if the item contains a single delta, creating a riemann integral or defining filters that depend on the current and the last item value.
Since the preprocessing manager already needs to remember the previous values to support the existing "Change" and "Throttling" preprocessing steps, this value should already be available and it should only be necessary to make the parameter accessible in JavaScript.