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

Accounting for missing Values & Transposing Data

suds144
8 - Asteroid

Hello everyone,

 

I'm trying to account for missing data. This is my output

suds144_0-1644427194549.png


My output should be:

suds144_1-1644427217464.png


I've tried using the transpose and Filter function but am not getting the desired outcome. Thank you!

 

 

7 REPLIES 7
atcodedog05
22 - Nova
22 - Nova

Hi @suds144 

 

Can you please provide this data in an excel file.

 

Happy to help : )

 

 

suds144
8 - Asteroid

Thank you

atcodedog05
22 - Nova
22 - Nova

Hi @suds144 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1644427752003.png

 

Hope this helps : )

 

Akash__on
8 - Asteroid

If you have data like this 👇 (as i am having it)

Akash__on_0-1644430382347.png

 

Then

1) use cleansing tool to replace any trailing or leading spaces.

2) use transform tool

3) use filter [value] !="Null"

4) Select tool to only use required fields

 

Akash__on_1-1644430487901.png

 

I hope this helps :)

 

 

suds144
8 - Asteroid

Thank you so much!

suds144
8 - Asteroid

Thank you so much! So helpful!

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @suds144 

Cheers and have a nice day!

Labels
Top Solution Authors