Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
RÉSOLU

Every other row into new field

ZoeM
Astéroïde

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 RÉPONSES 2
markcurry
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
Astéroïde

Thanks for your response.

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

Étiquettes
Auteurs des meilleures solutions