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

Need help in doing a cross tabor any other tool to make 2 columns in to rows

MoinShaikBasha
7 - Meteor

The example of the data is like below

 

Name  Value

A         ABCD

B        EFGH

C        IJKLM

D       NOPQ

A       ZYVX

C       1234

D       5678

 

I need the output in the below format

 

A          B         C          D

ABCD EFGH  IJKLM  NOPQ

ZYVX              1234    5678

1 REPLY 1
PhilipMannering
16 - Nebula
16 - Nebula

Hi @MoinShaikBasha 

 

Something like this?

PhilipMannering_0-1653481988394.png

 

Labels
Top Solution Authors