Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.

I have a sample data which I wanted to create a column but unable to do it it alteryx.

XXX_Rosy_XXX
7 - Meteor

I have a sample data which I wanted to create a column but unable to do it it alteryx. Hope someone can help.

I tried transpose however it doesn't help. 

Attached is the sample data. Below are the columns that I want.

 

 

alteryx help.JPG

1 REPLY 1
PangHC
13 - Pulsar

i did it. 

Screenshot 2025-02-10 175957.png

you need to
1. split the FacilityID

2. generate the header to be used in crosstab (or pivot)
3. use two crosstab. (because it actually combine of 2 different pivot)
4. join both table.

but I suspect this is a tutorial question, so i will not post any solution here.