Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

How to move a record N times to get to the top

Madzy
7 - Meteor

Hey I have attached the file with three tabs, the first tab is the original at the part that I a stuck on. And the other two tabs are the output I want either or of (which ever is the easiest). I am okay with one or the other for those outputs. Essentially I have files that are categorize per division but the labelled of division is at the end of the file. And each file has N records per. So I just want to have that division at the end to be on its own column as it is shown in the two output tabs in the file.

 

Any help or other solutions is greatly accepted!

2 REPLIES 2
DataNath
17 - Castor

Hey @Madzy, I believe I've managed to get the first possible outcome you'd be alright with but please do let me know if not.

 

DataNath_0-1662647705634.png

 

Essentially used a RecordID, sorted this descending so that I could then filldown the Division. Then removed those next to Processed/PreviousComments and flipped back to the original order.

Madzy
7 - Meteor

Thank you it works perfectly what I wanted!

Labels