Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have following table..
and I need figure out how to check next value
If value is 150 and next value is 160 then [Result] must be 0
If value is 150 and after is something else value from field [Time] must stay same also in field [Result].
I guess you will need to sort in descending order because you cannot check next value in the script, but you can check the previous value using Peek/Previous but use descending sort order