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

Turning a table

Kjaer
8 - Asteroid

Can anyone help me with this one?

I have this

 

Kjaer_0-1632397096197.png

 

And want it this way with a change in the "art x". Here you only see 3 "art" but there are many more. So the next one will be 4-Art X and so on.

 

Kjaer_2-1632397158600.png

 

 

6 REPLIES 6
atcodedog05
22 - Nova
22 - Nova

Hi @Kjaer 

 

Can you provide some sample input and expected output it will help us get a better understanding of the usecase.

Kjaer
8 - Asteroid

Hi

The big problem for me is that I want to merge a continuously number into the name

 

Kjaer_1-1632397740270.png

 

 

Kjaer_0-1632397719685.png

I hope this is better explained 🙂

AngelosPachis
16 - Nebula

Hi @Kjaer ,

 

Here's one way you can do it

 

AngelosPachis_0-1632398985512.png

 

You first bring in a record id for each one of your company names, which will then be placed at the beginning of that field and later become your new column headers. You should transpose and cross tab the data to bring them in the correct format, and then bring back the correct column headers (because the cross tab tool tends to replace any special character with an _ )

 

Cheers,

Angelos

g_tejoram
6 - Meteoroid

I hope this helps

jinaleya
5 - Atom

hey'

i also want to ask this question im facing this issue.... from last year you solved my issuue

Kjaer
8 - Asteroid

Just what I needed. Thanks a lot.

Labels
Top Solution Authors