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

Fill in null values in a row with value in a later column

wonka1234
10 - Fireball

Hi,

 

I have a large dataset with data like this:

 

Delegate1Delegate2Delegate3Delegate4Delegate5Delegate6Delegate7Delegate8Delegate9
Louis.Stevens@hotmail.com       
Louis.Stevens@hotmail.com   Louis.Stevens@hotmail.com  
Louis.Stevens@hotmail.com     Louis.Stevens@hotmail.comLouis.Stevens@hotmail.com
Louis.Stevens@hotmail.com     Louis.Stevens@hotmail.comLouis.Stevens@hotmail.com

How can I shrink this dataset to something like this:

 

Delegate1Delegate2Delegate3Delegate4Delegate5Delegate6Delegate7Delegate8Delegate9
Louis.Stevens@hotmail.com       
Louis.Stevens@hotmail.comLouis.Stevens@hotmail.com      
Louis.Stevens@hotmail.comLouis.Stevens@hotmail.comLouis.Stevens@hotmail.com     
Louis.Stevens@hotmail.comLouis.Stevens@hotmail.comLouis.Stevens@hotmail.com     

 

 

please note that this email could be any email, not just the one person.

 

Thanks.

11 REPLIES 11
Felipe_Ribeir0
16 - Nebula

@wonka1234 

 

Another thing, the tile tool was with a config that possibly could cause issues with more data. try to change it to be like this:

 

Felipe_Ribeir0_0-1673311627836.png

 

Felipe_Ribeir0
16 - Nebula

@wonka1234 

 

Try this version

 

Felipe_Ribeir0_0-1673311967412.png

 

Labels
Top Solution Authors