Alteryx Designer Desktop Discussions

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

Alteryx: How to copy and paste data in 3rd and 4th columns

Anjankumar2021
8 - Asteroid

i have input data as per below

 

Series No. Model No.
12546        BA05
78965DC78
11223KA03
55889SD14
75364AB11
77889HKL7
44556PP22
11223SDF5
14725LL05
8855AW08

 

Required output:

Total rows need to be divide by 2 ( total rows = 10, each column will have 5 rows of data each) . every time total rows of data will change( may be 100, 180 or 46  rows)

List 1Model 1List 2Model 2
12546        BA0577889HKL7
78965DC7844556PP22
11223KA0311223SDF5
55889SD1414725LL05
75364AB118855AW08
6 REPLIES 6
binuacs
20 - Arcturus

@Anjankumar2021 One way of doing this

image.png

usmanbashir
11 - Bolide

@Anjankumar2021 - my workflow (attached) is similar to @binuacs , however used Tile tool. Hope this helps!

flying008
14 - Magnetar

Hi, @Anjankumar2021 

 

FYI.

 

录制_2024_04_10_08_26_55_187.gif

 

Anjankumar2021
8 - Asteroid

@binuacs   if i have 9 records in my input and need 5 records should be in column 1 and 4 records should be in column 2 .....may be if we have total records are odd number llike  99 ( 50in column 1 and 49in column 2) .pls assist

 

Input:

 

Series No. Model No.
12546        BA05
78965DC78
11223KA03
55889SD14
75364AB11
77889HKL7
44556PP22
11223SDF5

14725

LL05

 
 
Output :
 
                            
 
 
                                                                                                                                                                                                  
List 1Model 1List 2Model 2
12546        BA0577889HKL7
78965DC7844556PP22
11223KA0311223SDF5
55889SD1414725LL05
75364AB11
 
 
 
 
binuacs
20 - Arcturus

@Anjankumar2021 try the attached workflow

image.png

Anjankumar2021
8 - Asteroid

thank you much for your help!! its working fine

Labels