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

Move a row in the middle of my data to the Top

batista_randy
6 - Meteoroid

Hi everyone! I have data that looks like this

Tile SequenceColumn 1Column 2
1CountryUnited States
2X1A1
3X2A2
4X3A3
5X4A4
6NameJohn Doe
7X5A5
8X6

A6

9X7A7
10X8A8
11X9

A9

12X10A10

 

Id like to move row 6 to the top and make that my row 1. Does anyone know what tool I can use to get this done?

4 REPLIES 4
alexnajm
18 - Pollux
18 - Pollux

Are you trying to cut off the first six rows? If so, you could use a Sample to Skip First N Rows (N = 6) and use a Dynamic Rename after to Take Field Names from first row of data

alexnajm
18 - Pollux
18 - Pollux

Because of the first column, I assume this is not an Excel Input but if it was, you could Start Data on Line 6 instead of Line 1

CoG
14 - Magnetar

If you are not trying to remove data, then you can use the Formula Tool to re-index the data and Sort afterwards.

_Main.png

Raj
16 - Nebula

do you want to make them column header or just the first row
if first row @CoG has given a good solution
if you want to make header just add dynamic rename tool after it.

Labels
Top Solution Authors