Hello, I would like to fill a column with the difference of two successive numbers of another one, say col(A). In order to do that, I clicked "Set column values" and entered
col(B)=col(A[i+1])-col(A[i])
However, this does not work. What did I do wrong? Thanks for your help, benderrr