Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
i just wonder how talend can get previous row value to be used in current row mathematical calculation. Example:
A X1 Y1 = (Y0-X1)*A
----------------------------------------
-- -- 0
1 5 (0 - 5)*1 = -5
2 3 (-5-3)*2 = -16
3 6 (-16-6)*3 = -66
4 2 (-66-2)*4 = -272
How do i can calculate formula Y1 as above.
i really appreciate your help.
Thanks.