json-logic-js icon indicating copy to clipboard operation
json-logic-js copied to clipboard

Window functions?

Open nkkollaw opened this issue 4 years ago • 0 comments

I'm using jsonLogic to apply a formula on an array of values.

I'm trying to figure out if within the formula there is any way to use the previous or let's say the last 5 calculated values .

In SQL, this would be a window function.

Is there any way to implement this in jsonLogic? If not, I think it would be a great feature to add.

nkkollaw avatar Feb 26 '20 21:02 nkkollaw