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

How do I move my data to the left of those Nulls?

ThankForYourHelp
8 - Asteroid

Hi guys,

 

How do i move those values in test23 columns to the Nulls in test22? I need to keep that test22 header because I am using dynamic rename for that header

 

Appreciate your help.

 
 

Capture.PNG

8 REPLIES 8
ShankerV
17 - Castor

Hi @ThankForYourHelp 

 

One way of doing this.

 

 

Screenshot 2024-04-24 112300.png

 

Note: Remove the middle column using select tool, if not needed in the output.

 

Step 1:

Screenshot 2024-04-24 112300.png

 

Step 2:

Screenshot 2024-04-24 112616.png

 

Step 3:

Screenshot 2024-04-24 112642.png

 

Many thanks

Shanker V

BRRLL99
11 - Bolide

let me know if this is your final output which you are looking for

 

F2test22test23
1 year00
2 year235235
3 year2225352
4 year351234
5 year23155
634566
700
800
test1032
test201
test3035
1 year00
2 year235235
3 year53525352
4 year12341234
5 year5555
66666
700
800
test13232
test211
test33535
ThankForYourHelp
8 - Asteroid

what's in your Select Records tool?

ShankerV
17 - Castor

Hi @ThankForYourHelp 

 

Please find the Configuration in Select tool,

 

Screenshot 2024-04-24 113216.png

 

Many thanks

Shanker V 

flying008
15 - Aurora

Hi, @ThankForYourHelp 

 

FYI.

录制_2024_04_24_14_05_01_822.gif

 

F2test22
1 year0
2 year235
3 year222
4 year35
5 year231
6345
70
80
test10
test20
test30
1 year0
2 year235
3 year5352
4 year1234
5 year55
666
70
80
test132
test21
test335
ThankForYourHelp
8 - Asteroid

Thank you so much for your help.

 

Is there a way I can keep that test22 as header?  the reason to keep this is because I am using dynamic rename tool for this header. 

 

 

ShankerV
17 - Castor

Hi @ThankForYourHelp 

 

Yes, we can achieve with the help of same Select tool.

Please find the below.

Screenshot 2024-04-24 113731.png

ThankForYourHelp
8 - Asteroid

this wf is in macro and is there a way to do it more dynamic on that filter tool? that test22 could be test23, test24, test25 and so on.

 

I am using dynamic rename to get that test22 so I can't just use that test22 in that filter because it will change to other names like I mentioned above.

 

Thank you for your help

Labels
Top Solution Authors