Hi, Please help me to understand if there is any way to calculate the variance/difference between present and previous row value of same property values(Numbers/dates) using pipeline pilot.
Thanks for your help in advance !
Sanjeev
| Input | Output | |
| 0 | 1 | (1-0) |
| 1 | 1 | (2-1) |
| 2 | 1 | (3-2) |
| 3 | 2 | (5-3) |
| 5 | 2 | (7-5) |
| 7 | 3 | (10-7) |
| 10 | 2 | (12-10) |
| 12 | 0/null |
