We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Data Split in 5 row of Sequence Wise

Rhaldhar
8 - Asteroid

Hi All,

 

I have below data product wise and want to split the data in 5 rows along with sequence wise. Please help me to get the result as shown in second screen shot.

 

First screen shot (Raw data)

First screen shot (Raw data).png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

second screen shot (result highlighted in yellow)

Second screen shot (result shown in last column in yellow).png

Thanks,

Rajeev

6 REPLIES 6
usmanbashir
11 - Bolide

@Rhaldhar - use the tile tool with equal records configuration. Hope this helps!

Rhaldhar
8 - Asteroid

@usmanbashir Hi, I have used but it is not giving me the correct result somewhere 6 rows calculating (highlighted in yellow) instead of 5 rows. please refer below screen shot.

 

 

Result split rows.png

 

usmanbashir
11 - Bolide

Can you add in a Record ID tool then add a formula tool with expression as below?

 

CEIL([RecordID]/5)

Rhaldhar
8 - Asteroid

@usmanbashir Hi, Could you please share a workflow and example so that I can do accordingly. Thanks.

usmanbashir
11 - Bolide

@Rhaldhar - please see attached workflow. Apologies, this solution does not use Tile as I initially mentioned. I have included sample data for reference.

Rhaldhar
8 - Asteroid

@usmanbashir Hi, Thank you so much for your support, perfect solution.

Labels
Top Solution Authors