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

Split data based on number of rows

jmedidi
8 - Asteroid

I am trying to split text to columns from text based on specific number of rows.

 

I attached the file for reference. Appreciate the support.

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @jmedidi 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1629467969952.png

 

1. Since i know each time a record id occurs its a new column. I am using tile tool unique value row_id to generate seq numbers for each row_id occurence.

2. Using crosstab row_id as key, seqvalue as name and text as value convert it to table.

 

Hope this helps : )

messi007
15 - Aurora
15 - Aurora

@jmedidi,

 

Another one with multi-row formula :

 

messi007_0-1629469942240.png

 

Attached the workflow,

 

Hope this helps!

 

jmedidi
8 - Asteroid

Thank you.

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @jmedidi 

If the response helps please don't forget to mark it as solution.

Cheers and have a nice day!

Labels
Top Solution Authors