How to filter data but only with difference between two consecutive values not bigger than…?
I thought about “difference” function but I don’t know how to utilize it in the code.
I am stuck in same problem
difference() isnt enough for me, I need something like display records only when difference is >= x
Did you figure it out OP?
If one is trying to display records only when the difference between two consecutive values is > 200, then I believe the Flux query would contain the following: