Hi All,
I have a very simple problem, but cannot get through.
I have YTD data from P1 to P12 through the year depending on the last month of the year, so now P1 to P2 but later to P12.
The task is to make it MTD, so if you have like 10, 15, 25, 40, 70 it has to be MTD like 10, 5, 10, 15, 30.
This is extreme simple you just take the value of the last month and subtract the value of the previous month.
I tried this with the multi field formula tool but I don't know how to refer to the previous column, moreover it does not recognize any Column function.
Thanks,