Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to remove null value from the columns.

Mohd-Siddiqui1
8 - Asteroid

Hi there,

 

Could you please help me with the below stated query.

I have provided the input data and I want the output as shown in Output Data table.

 

Input Data:

 

Column1Column2
ABC[Null]
DEFG[Null]
HIJKLM[Null]
1234[Null]
10abcde[Null]
[Null]PQrstu
[Null]9xyz

 

Output Data:

 

Column1Column2
ABCPQrstu
DEFG9xyz
HIJKLM 
1234 
10abcde 
  
  

 

8 REPLIES 8
atcodedog05
22 - Nova
22 - Nova

Hi @Mohd-Siddiqui1 

 

You a data cleanse tool on columns and make sure below-highlighted options are selected.

 

atcodedog05_0-1641307265216.png

 

Or use Multi-Field formula on the columns

atcodedog05_0-1641307660966.png

 

Hope this helps : )

 

Mohd-Siddiqui1
8 - Asteroid

Hi atcodedog05,

 

Thanks for the reply.

The input data for the Column2 starts at the 6th row and all are [Null] values till row 5 in Column2. I think your input data for Column2 starting from 1st row only.

I have previously used Data Cleansing Tool to remove [Null] values and it was working successfully, but it is the placement of Data in Column2 which is creating a problem for me.

Could you please look into this.

 

atcodedog05
22 - Nova
22 - Nova

Hi @Mohd-Siddiqui1 

 

Oops sorry my bad here is the updated workflow

 

atcodedog05_0-1641308359866.png

 

Hope this helps : )

 

Mohd-Siddiqui1
8 - Asteroid

Hi @atcodedog05 

 

I think the input is again not correct.

Could you please use below input.

 

Column1Column2
ABC[Null]
DEFG[Null]
HIJKLM[Null]
1234[Null]
10abcde[Null]
[Null]PQrstu
[Null]9xyz

 

Output Data:

 

Column1Column2
ABCPQrstu
DEFG9xyz
HIJKLM 
1234 
10abcde 
  
  
atcodedog05
22 - Nova
22 - Nova

Hi @Mohd-Siddiqui1 

 

Sorry my bad again. Got bit confused

 

Input:

atcodedog05_0-1641309268519.png

 

Output:

atcodedog05_1-1641309282712.png

 

Hope this helps : )

 

 

Mohd-Siddiqui1
8 - Asteroid

Hi @atcodedog05 

 

Thank you for your quick responses and help 🙂

binuacs
21 - Polaris

@Mohd-Siddiqui1 another method using join tool

 

binuacs_0-1641309724483.png

 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Mohd-Siddiqui1 

Cheers and have a nice day!

Labels
Top Solution Authors