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

Converting column to headers

yshmelev
6 - Meteoroid

Hello everyone!

 

I have a dataset:

MonthMetricValue
JanuaryTemperature80
JanuaryHumidity75
JanuaryDay Length10
FebruaryHumidity75
FebruaryTemperature85
FebruaryDay Length11
MarchHumidity77
MarchTemperature90

 

What tool should I use to group and convert it to:

MetricJanuaryFebruaryMarch
Temperature808590
Humidity757577
Day Length1011 null
3 REPLIES 3
yshmelev
6 - Meteoroid

I guess, it is a Cross Tab tool with Group data by "Metric", but can't make it work properly...

Emmanuel_G
13 - Pulsar

Hi @yshmelev ,

 

The way to do this easily

Emmanuel_G_0-1659272034843.png

 

 

yshmelev
6 - Meteoroid

Awesome, thank you! I was almost there, but didn't select "Sum".

Labels
Top Solution Authors