Hi All,
Sorry I'm so new to Alteryx so all my questions are super basic!
Is there a way for me to apply a formula here to say if the size is big to rename the animal "big" animal
I've tried the below using an ampersand as though in excel and am getting a parse error - is it possible without appending a new column
output column: animal
if size= "big" then size & animal else animal
| size | animal | name |
| big | dog | boris |
| small | cat | mark |
| medium | monkey | gina |
| small | cow | tracy |
| medium | cat | helga |
| small | monkey | benny |
| big | cow | tim |
| | | |
Help massively appreciated!
Thanks,
EM