I am trying to write a simple IF OR statement in Alteryx but I am unsure how. This is the statement as it stands right now:
IIF ([Final Classification]='Bad Debt', "Bad Debt",[Owner Step 4])
I want to add an OR statement to this however that would be IF Final Classification is Bad Debt OR Billback then Bad Debt, Billback, if it doesn't meet the condition then the result is Owner Step 4.
How can I do this?