Hello,
I am trying to re-write the below formula in Alteryx and having issues accomplishing the task, below should generate a new field called 'Total Amount' for example.
IFNULL([_BIC_ZABUYAMT],0)+
IFNULL([_BIC_ZPBUYAMT],0)+
IFNULL([_BIC_ZTBUYAMT],0)+
IFNULL([_BIC_ZBCANAMT],0)+
IFNULL([_BIC_ZU_AMT],0)