Now comes my issue. I need to calculate the percentage change from January to February, from Feb to March and so on.
I can obviously do the calcs with the Math Formula node, but I need to make it work all year long, and those months don’t exist yet.
Sample of math formula output:
Any help in solving this is greatly appreciated, currently drawing a massive blank.
Tried Transposing, Unpivoting, Multi column Math … I couldn’t make any of them do what I need.
Thanks.
Welcome to KNIME Forum. I created this wf month_to_month_calculation.knwf (96.7 KB) . It uses a Window Loop with a window of 2 and a stepsize of 1 to loop over the two columns to calculate.