Hi all.. I need help. I need to calculate a value based on certain condition. The condition being in excel, I need to convert it in a way that Alteryx reads it and gives me a value in number rather than string. I tried using If condition but ended up getting an error that the result should be in string.
IF(F1-F2)>0,(F1-f2)*(1-F3)
Please help.