Hello,
I have an issue of circular referencing of columns in Alteryx. I am trying to calculate the daily opening and closing stock but opening stock column is added first and it is linked to closing stock column. While working with a column in alteryx, we can work on same column or the columns added before but not on the columns to be added.
My calculation looks like this:
Date Consumption OpeningStock ClosingStock
01-01-2018 8 100 92
02-01-2018 2 92 90
03-01-2018 6 90 84
04-01-2018 2 84 82
05-01-2018 0 82 82
Any help or input will be appreciated.
Thanks.