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

Change a row of dates to a column

Camhall
5 - Atom

Hi,

 

I am trying to change a single row into a column. Please see this example:

 

This is the input.

 

Field1Field2Field3Field4Field5Field6
Date6/22/20206/23/20206/24/20206/25/20206/26/2020

 

I would like the output to be like this:

 

Date 
6/22/2020Field1
6/23/2020Field2
6/24/2020Field3
6/25/2020Field4
6/26/2020Field5

 

Can anyone help me with this?

 

 

1 REPLY 1
bpatel
Alteryx Alumni (Retired)

hi @Camhall ,

 

you can use the transpose function. 

bpatel_0-1592859838919.png

hope this helps!

Labels
Top Solution Authors