Hi In SQL you can use a case statement to decide on parameters eg below.
CASE
WHEN Field A IN (26) THEN 'BABY'
WHEN Field A IN (39,62,81,98) THEN 'BAKERY'
END AS DIVISION,
Can this only be replicated as a nested IF statement in Alteryx using the formula tool?
Thanks
Martin