Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

How to stock up value

mlozovskaya
8 - Asteroid

I have 3 separate summary columns A,B, and C

 

 

 

What steps should I take for my final result to look like example below?  I tried Union tool but I need to see data in the same row

 

 

A-200
B300
C100
3 REPLIES 3
Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @mlozovskaya,

 

You'll want to pivot your data using the transpose tool:

 

image.png

 

If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.

 

Regards,

Jonathan

mlozovskaya
8 - Asteroid

I have 3 separate values not stored together. I need to join them in the way they can be stocked on top of each other 

mlozovskaya_0-1588165587029.png

 

Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @mlozovskaya,

 

You'll want to use the union tool in that case:

 

image.png

 

If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.

 

Regards,

Jonathan

Labels