Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!
Free Trial

Alteryx Designer Desktop Discussions

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

Every other row into new field

ZoeM
8 - Asteroid

Hello Experts!
Super simple, how can I get every other row into a new field Then delete out the blanks?

In the example below, I woudl like to first delete out any blank rows in the data set (row 2 in the example) and then from there have every other row go into a new field so that the end result is as below as well?

 

Data:

This is a
 
So use Alteryx
very simple issue

 

 

End Result:

This is aSo use Alteryx
very simple issueto solve it
2 REPLIES 2
markcurry
12 - Quasar

Hi @ZoeM,  once you've filtered out the blank rows, you can simply use the 'Make Columns' tools to create 2 separate fields.  Either search for the tool in the search part in the top right, or you'll find it in the Laboratory tool palette. 

 

Hope that helps.

ZoeM
8 - Asteroid

Thanks for your response.

I ended up using a Record ID, Multi Row Forula Tool and a Filter Tool with the mod function. 

Labels
Top Solution Authors