This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
General Discussions has some can't miss conversations going on right now! From conversations about automation to sharing your favorite Alteryx memes, there's something for everyone. Make it part of your community routine!
Hi team,
I am receiving an error while applying if formula. I want if my reason column is = ACCEPTED, Offered, Permit, Asked, Given, shared, added, Taken then amt column should be '0' else should remain the same.
PFA data and workflow
Thanks,
Mohamamd Mustkeem
Solved! Go to Solution.
Hi @mmustkee,
I have updated your workflow.
I also made some changes in the formula to make it cleaner:
if [Reason] IN ('ACCEPTED' ,'Offered','Permit','Asked') THEN 0 else [Amt] ENDIF
Great Help.
That worked for me.
Yes, Asaf it worked for me.
Thanks,
Mohammad Mustkeem