Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to Split columns

hcho2
5 - Atom

I need help with using Cross tab function.

Currently, I want to transform from following:

NameValue
A2A21
A2A22
A2A23
A1A11
A1A12
A1A13

To this:

A1A2
A11A21
A12A22
A13A23

 

However, the use of cross tab tool is so confusing for me.

I have attached the workflow with container in the area I need help.

Thank you!

2 REPLIES 2
alexnajm
18 - Pollux
18 - Pollux

You may need another column to Group By so that the data doesn’t get concatenated - likely a Multi Row Formula will do it but maybe you can put in a Record ID tool earlier (I’m on my phone so can’t open the file, although I’m curious why it’s a .yxmc)

other than that, [Name] is your column header, [Value] is your value, and likely concatenation is your aggregation method

binuacs
21 - Polaris

@hcho2 one way of doing this

image.png

Labels
Top Solution Authors