SOLVED
Several columns add into one column
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
Surname
7 - Meteor
‎02-24-2016
02:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there,
I have one question to data blending:
My Data Source is Salesforce. I chose one Table and three Fields:
And this is my Results as an output:
I have three colums (becaus of three fields).
My question is how can I assemble all three colums into one column?
Thank you in advance!
DS
Solved! Go to Solution.
Labels:
- Labels:
- Preparation
1 REPLY 1
AndrewW
11 - Bolide
‎02-24-2016
02:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can use a Formula tool to create a new Output Field and concatenate the values. The expression would be (assuming the fields are all string): Code1+Code2+Code3.
