Hi alteryx newbie here. I'd like some guidance on something that will very easy for the experience community.
I have a spreadsheet taken into alteryx which I need to query against and mark the values with two options, eg.
IF IsEmpty ([ColumnNameA])
THEN ([ColumnNameB]) = "Apples"
ELSE "Oranges"
ENDIF
But I want to say not only Oranges but Pear, Banana etc..
I am not sure how to finish it to give it the two/multiple options.
Many thanks in advance.