SOLVED
Combining Fields
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
nwatzlaf
8 - Asteroid
‎04-27-2022
08:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have values from four different columns that I want to combine.
Origin City Origin State Destination City Destination State
I want the final field to read..
OriginCity,OriginState_to_DestinationCity,DestinationState
Any help is appreciated.
Thank you!
Solved! Go to Solution.
Labels:
- Labels:
- Best Practices
3 REPLIES 3
17 - Castor
‎04-27-2022
09:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Would a simple formula tool not do the trick? I.e. the following:
[OriginCity]+','+[OriginState]+'_to_'+[DestinationCity]+','+[DestinationState]
15 - Aurora
‎04-27-2022
09:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎04-27-2022
09:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks so much!
