Create New field based on other fields
- 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
Alteryx Masters!
Hey real simple I bet you, in the attached how can i create a new Field which is a summary of the three Year fields? In essence, I want a a new field Year which has the available years and not as separate columns?
Thanks!
Solved! Go to Solution.
- Labels:
- Developer Tools
- Dynamic Processing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @ZoeM - could you provide an example of what you're trying to do? Are you wanting to sum all three years in a separate field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
So I would like to have two fields: Model and Year.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @ZoeM,
this is indeed very easy. The magic tool to achieve such tasks is the Transpose-Tool which creates a row layout from column data. Check this link to learn more.
Keying the data by Model will produce the desired result, as you can see:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Awesome!
That is what I am looking for.
Thanks a lot!
