Alteryx Designer Desktop Discussions

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

Split Row and Create New Row

RichardAlt
8 - Asteroid

Hi Guys,

 

How can I split the row and create a new row?

 

For example. I have this data.

As you can see in Column6 there are rows that need to split, rows 2 and 4.

Column1Column2Column3Column4Column5Column6Column7
Test1RQSD1999/01/25 46041
Test2SDFD1999/01/25 0444 & 4604 (split 50 / 50)1
Test3GGSD1999/01/25 46051
Test4ASBD1999/01/25 0444 & 4604 (split 50 / 50)1

 

The final output must be something like this,

Column1Column2Column3Column4Column5Column6Column7
Test1RQSD1999/01/25 46041
Test2SDFD1999/01/25 4440.5
Test2SDFD1999/01/25 46040.5
Test3GGSD1999/01/25 46051
Test4ASBD1999/01/25 4440.5
Test4ASBD1999/01/25 46040.5

Also when splitting rows, Column 7 must be equally distributed to split rows.

1 REPLY 1
messi007
15 - Aurora
15 - Aurora

@RichardAlt,

 

Please see below:

 

messi007_0-1617096287864.png

 

Hope this helps!

If this solve the need please mark it as solved, it will help others.

Attached the workflow,

Regards

Labels