Start Free Trial

Alteryx Designer Desktop Discussions

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

how to replicate the line above

Sshasnk
8 - Asteroid

I have a dataset, where some of the columns are null I have to fill the data which is above

 

Example: 

 

namelast namelocationdateratepricecodead id
adamsmithLN2020-12-010.21547785456
   2020-12-02 475  
   2020-12-03 478  
KellycucoUSA2020-12-040.25478745712
EvekaneUK2020-12-050.145214241358
   2020-12-06 547  
jakeromIK2020-12-070.54475145254

 

if you will see the name, last name, location, rate, code, and ad id have a null value below So I have to change it with whatever I have above

and date and price will never be null

Output"

namelast namelocationdateratepricecodead id
adamsmithLN2020-12-010.21547785456
adamsmithLN2020-12-020.21475785456
adamsmithLN2020-12-030.21478785456
KellycucoUSA2020-12-040.25478745712
EvekaneUK2020-12-050.145214241358
EvekaneUK2020-12-060.14547241358
jakeromIK2020-12-070.54475145254
2 REPLIES 2
Emil_Kos
17 - Castor
17 - Castor

Hi @Sshasnk,

 

I have created a workflow for you:

 

Emil_Kos_0-1611244076167.png

 

 

Please see the output:

 

Emil_Kos_1-1611244094550.png

 

afv2688
16 - Nebula
16 - Nebula

Hello @Sshasnk ,

 

This should do it 🙂

 

Untitled.png

 

Regards

Labels
Top Solution Authors