I have a column with store number, which I have setup as a string. I want to merge with "source", which is one of two letters. I can't determine the right formula to use to merge these two strings in alteryx.
@khuth2
Try something like:
[Store Number] + '-' + [Source]
or
[Store Number] + [Source]
Hi @MarqueeCrew ,
I've been trying those 2 formulas but I'm still having an error message. Any Idea how to fix it please?
Thanks