Free Trial

Alteryx Designer Desktop Discussions

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

How to arrange columns based on the sequence number from a lookup table?

kishorerabhinav
7 - Meteor

Hi all,

 

I am having a scenario where I need to arrange my columns for a particular report. I can anyway do it via the select tool but since there are a lot of columns (250+), I want a better approach to rearranging my columns like we do in excel.

 

Here is a snippet of the Lookup table for the sequence: 

kishorerabhinav_0-1661932254204.png

And this is what the data looks like: 

kishorerabhinav_1-1661932305773.png

Please tell me if there is an easier and reliable way to arrange the columns other than the select tool.

7 REPLIES 7
IraWatt
17 - Castor
17 - Castor

Hey @kishorerabhinav,

One option is to use the Union Tool, you can use your Column Order Table to set the positions of the headers then union all the other data underneath it:

IraWatt_0-1661933158744.png

Any questions or issues please ask

Ira Watt
Technical Consultant
Watt@Bulien.com 

 

kishorerabhinav
7 - Meteor

Thanks. It worked.

 

It was super helpful but it brought me back to using a select tool as I need to eliminate a lot of columns from the final output.

Is it also possible to do that as well without using a select tool when there are a lot of columns say 100+ to select & deselect manually?

IraWatt
17 - Castor
17 - Castor

@kishorerabhinav the union tool has this option:

IraWatt_0-1661943363587.png

This will only allow columns which are in you reference table to be outputted. 

IraWatt
17 - Castor
17 - Castor

Example workflow attached

kishorerabhinav
7 - Meteor

Super awesome.

 

This made my life easier.

Missed a few columns but guess that's due to the naming difference which can be renamed accordingly to match the output.

 

Thanks again @IraWatt !

IraWatt
17 - Castor
17 - Castor

No worries @kishorerabhinav 😄 have a good one ! 

Neelima1
8 - Asteroid

Hello..

column has data as below , 

3

1

1

2

3

2

1

is there any way to arrange it as below

1

2

3

1

2

3

 

Please advise

Thank you

Labels
Top Solution Authors