Alteryx Designer Desktop Discussions

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

Populate one single column with data from several columns UPDATE

julianveda
7 - Meteor

Hi Community,

 

Could you help me in findin out how to put in a single column all the references that are scattered in several columns and that are sometimes repeated. In the image below I illustrate my case. What I would like to achieve is completing the colmn "Title 2" with the missing references that are in the other columns (Title 4, Title 5, etc) . The ides is to create a list with unique values as shown in the picture.

 

julianveda_0-1684832332298.png

 

 

This post is actually a more complex case that the one already solved in:

Solved: Re: Populate one single column with data from seve... - Alteryx Community

 

Thanks for reading

 

3 REPLIES 3
FrederikE
13 - Pulsar

Hey @julianveda,

 

I have built a workflow that transposes it and then transposes it back again after removing empty cells and duplicates. 

FrederikE_2-1684832918527.png

 

 

Start:

FrederikE_0-1684832865204.png

Result:

FrederikE_1-1684832874092.png

 

Hope this solves it. 

 

 

 

ShankerV
17 - Castor

hI @julianveda 

 

One way of doing this.

 

ShankerV_0-1684833161794.png

 

Step1:  Input

ShankerV_0-1684833219301.png

Step 2: 

 

ShankerV_1-1684833241360.png

 

Step 3:

ShankerV_2-1684833256893.png

 

ShankerV_3-1684833266031.png

 

 

Step 4:

 

ShankerV_4-1684833281046.pngShankerV_5-1684833293198.png

 

 

 

 

Step 5:

 

ShankerV_6-1684833311770.png

ShankerV_7-1684833320106.png

 

Last step:

ShankerV_8-1684833355038.png

 

ShankerV_9-1684833364855.png

 

 

Many thanks

Shanker V

binuacs
20 - Arcturus

@julianveda Another option

binuacs_0-1684833162890.png

 

Labels