Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Case Statement

$
0
0

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


Viewing all articles
Browse latest Browse all 4999

Trending Articles