We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Concatenate and recorded into a new Worksheet/Workbook

zealisk
6 - Meteoroid

I have the following data

 

IDAddAddAddAddRemoveRemoveRemoveRemoveRemove
x123BananaAppleOrangeCarrotsGrapes    
x234Banana

Apple

Grapes Coconut    
x131 AppleOrangeCarrotsGrapes    

etc.

 

I want to concatenate ID and all the Add columns and have it recorded in another worksheet/book

And same thing for the Remove column

 

So the final output looks something like:

AddRemove
x123-Bananax123-Grapes
x123-Applex234-Coconut

x123-Orange

x131-Grapes
x123-Carrots 
x234-Banana 
x234-Apple 
x234-Grapes 

etc.

 

 

The Add and Remove columns could be more than 4. Basically I want to concatenate all the Add column and record them on a different worksheet (Column A). And all the Remove column recorded in same worksheet (Column B).

 

 

2 REPLIES 2
FloraF
Alteryx
Alteryx

Hello, 

 

what you are trying to do is definitely do-able in Alteryx. Please see the attached workflow for your convenience. 

 

 

**If this solves the issue, please click on the like below" thank you!

 

FloraF_0-1650556727511.png

 

 

Qiu
21 - Polaris
21 - Polaris

@zealisk 

This is an interesting one. we can use Transpose and CrossTab.

0422-zealisk.PNG

Labels
Top Solution Authors