Adding prefix word and field together
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there,
I would like some help on adding text to a new field as a prefix to another field. I want to create a column Fulfillment Facility Name and if a previous column reads "Store" I want to make the new column read "Store # ___", the blank being the store number from another column.
Any help on this would be greatly appreciated.
Thanks,
Natalia
Solved! Go to Solution.
- Labels:
- Transformation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You would use a formula tool to do this.
If the Store is a number the expression would be something like:
'Store #' + ToString([Store])
If you can provide a sample set of data happy to put a sample workflow together
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @nwatzlaf ,
I mocked up some data based on your example. You will have to use a formula tool and an IF statement to get the desired output.
Let me know if that works for you
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This is great. Thanks so much!!
Natalia
