I want to replace the value 1.96 with the result of the subtraction between 1.963-1.96 so the result must be 0.003.
Similarly, instead of 1.963, the result of the subtraction between 1.966-1.963 = 0.003 must be written.
basically I have to replace the values of the column with the difference between the values of the following column and the current column.
This operation must be performed in all the cells of the table containing values.
Welcome to the KNIME Community. Does your table expand dynamically or is it a fixed length, e.g. a 24 hour period? If you share some sample data it would be easier to find some help.
Thank you so much!
What you proposed solves almost all of my problem.
It would be useful to put some calculation conditions before performing the subtraction that verify that the two terms to be subtracted are not null (if they are 0 it is not a problem) and that the second term is greater than or equal to the previous one in order to avoid untrue negative values (e.g. row 19 column 6 of the final table).
Your help was essential.
Thanks again.