Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Filling the empty rows for all the columns in one go

Pravallika20
8 - Asteroid

Hi everyone,

 

I am trying to fill the empty values for the entire row (for all columns) which are having nulls with the previous row without using multiple multi row formula tools. Can anyone please help me in this . Thanks in Advance.

My data is like this:

Nameidapplicationdate
John2Alteryx6/20/2021
Bob   
Pip 3Alteryx

 

 

required output:

Nameidapplicationdate
John2Alteryx6/20/2021
Bob2Alteryx6/20/2021
Pip 3Alteryx6/20/2021

  

3 REPLIES 3
RolandSchubert
16 - Nebula
16 - Nebula

Hi @Pravallika20 ,

 

Multi-Row Formula tool should do the job.  I've attached a sample workflow.

 

Let me know if it works for you.

 

Best,

 

Roland

 

AngelosPachis
16 - Nebula

Hi @Pravallika20 ,

 

Yes you can achieve that by first bringing your data in a long format so you have all columns with values into a single column. Then you can apply a single multi-row formula tool and then transpose your data back to its original structure. Record ID tool and a sort tool help you preserve the order that the fields appear

 

AngelosPachis_0-1624278060116.png

 

Hope that helps,

 

Angelos

AngelosPachis
16 - Nebula

Any updates on this @Pravallika20 ?

Labels