Alteryx Designer Desktop Discussions

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

Row conversion and create new column with data

PNC97
8 - Asteroid

Hi Team,

 

 I trying for a solution to where to transpose row data into column if row-1 = Active row to create a new column with row-1 data I've tried to get the output but trying to figure out how to remove the existing row data like below example

 

Input:

IDDateIn DecOut Dec
19/27/20218.7512.5
19/27/20211317.1167

 

expected output:

IDDateIn DecOut Decout 1out 2
19/27/20218.7512.51317.1167

 

I tired using Multi row formula to create a new row but unable to find a solution to remove the current row existing data.

Please find the attached inputs 

4 REPLIES 4
DavidP
17 - Castor
17 - Castor

Hi @PNC97 

 

Something like this?

 

DavidP_0-1635197579338.png

 

PNC97
8 - Asteroid

@DavidP yes David but the new data should not consist of the converted data.

 

But when I tried with the given input data I got below output

 

PNC97_0-1635199460203.png

 

vsoni
Alteryx
Alteryx

this should do what you're after.

vsoni_0-1635233348540.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @PNC97 

 

Here is the updated workflow using your input file following the same method as @DavidP 

 

atcodedog05_0-1635234257809.png

 

Hope this helps : )

Labels