Hey Guys,
I am trying to write a formula to add dates for example (see the picture below) -
I have all rows till Date and I am trying to get the new date column, (Basically adding 7 days if there is a null value in cht_itemcode)
I have been using this formula but it doesn't seem to work -
IF IsNull([cht_itemcode]) THEN (DateTimeAdd([Row-1:Date],7,"Days")) ELSE [Row-1:Date] ENDIF
Please let me know if there is a solution.
Thank you