Hi
Firstly happy New Year!, secondly I am trying to create a new column using a multiple 'if statement' referencing numbers in rows but I'm getting a 'parse error at char (250) malformed if statement error'.
In the attached screenshot you can see what the excel formula I'm trying to re-create in Alteryx. I'm sure there is a longer way to do this using true/false statements however think I'm pretty close to nailing this in a formula.
IF [Contract Code] = "Stock ledger" OR "Warrant Ledger" THEN ToNumber([Amount (Base Units)]) && IF [Contract Code] = "Cash Ledger" OR "FX Cover" OR "FX Forward" OR "Usance LC" OR [Contract Group1] = "Cash" THEN "0" ELSE ToNumber([Future Delta]) ENDIF
I've attached screenshots of my Alteryx error, excel formula I'm trying to recreate and sample data. Really appreciate a helping hand pls, feel like I'm on the right track, hopefully.
Thanks
Sures