Lets say I have a TypeID column with values ranging from 0 - 5. I need to convert these TypeID's into a string value. Is Alteryx more performant with an IF statement in a formula tool or is a text input with a Join more performant?
Number of records is around 1.8mil
I currently have a formula tool with an IF statement converting the TypeID's but I could also have a text input and join. Which would be the best performance or best practice?
Thanks.