SOLVED
converting number codes to a string
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
kreemnadeem
6 - Meteoroid
04-12-2018
10:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I am new to alteryx and my first new project contains data that has number codes that signifies certain string.
For example, under the column for race - 100 means "white" and i would like to replace all the numbers with text like white and hispanic, etc.
can someone help me with this part.
Solved! Go to Solution.
Labels:
- Labels:
- Common Use Cases
1 REPLY 1
LordNeilLord
15 - Aurora
04-12-2018
10:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @kreemnadeem
I'd create a simple text input that contains a list of your codes and the strings you want to replace with i.e
Value text
100 Hispanic
And then use the join tool to match the values
Neil
I'd create a simple text input that contains a list of your codes and the strings you want to replace with i.e
Value text
100 Hispanic
And then use the join tool to match the values
Neil
