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 Desktop Discussions

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

Transpose and combine column data

JDong
8 - Asteroid

Hi team,

 

I have the following data

 

Level 1Level 2 Level 3Cost FruitsCost Fruits 2Cost VegetablesCost Vegetables2Cost DryCost Dry2Asset
L1AppleEurope1001505832139Fruits
L2BananaCost Rica202572496769Fruits
L3OrangeSpain4560391293899Fruits
L1BrocolliUS1001505832139Vegetables
L2TomatoItaly202572496769Vegetables
L3OnionFrance4560391293899Vegetables

 

I expect to transpose and combine the data values into 2 column

 

Level 1Level 2 Level 3CostCost2Asset
L1AppleEurope100150Fruits
L2BananaCost Rica2025Fruits
L3OrangeSpain4560Fruits

 

How can I achieve the data in the above format. Later I just want to filter on the Asset column to view the data for each Asset.

 

Thanks

10 REPLIES 10
atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂 @JDong 

 

Cheers and Happy Analyzing 😀

Labels
Top Solution Authors