Column Formula to display difference between two rows of another column
My data set is-
Vg Ig Igs
0 1 1
1 5 4
2 7 2
3 3 -4
I would like to create column Igs which is difference between current row and previous row in the column Ig. Is it possible script something like this in jmp.
Thank you
Chivukula