Hey all,
I am trying to create an Alteryx expression that will recognize the Transaction Type and will move the total cost data accordingly. In this case, I am trying to move all AMCR Transportation Total Costs to the Transportation column.
I am getting an error on the formula I have created below. Can someone point me in the right direction?
IF [Transaction Type] = "AMCR Transportation" THEN [Transport ] ELSE Null() ENDIF
