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

Copy values on the row below

BautistaC888
8 - Asteroid

Input:

BautistaCaparelli_0-1612267929342.png

Expected output:

BautistaCaparelli_1-1612268068222.png

I want to copy the names but keeping the same id. Thank you.

4 REPLIES 4
mbarone
16 - Nebula
16 - Nebula

With the Multi-Row tool, you can refer back to prior rows.  For example, you can easily construct a formula that says if the row is null, then take the value above it.  Give it a try and let us know if you were able to get it!

Emil_Kos
17 - Castor
17 - Castor

Hi @BautistaC888,

 

I have created a workflow for you:

 

Emil_Kos_1-1612269350338.png

The output:

 

Emil_Kos_0-1612269344730.png

 

NikiJF
7 - Meteor

@Emil_Kos - thank you very much for this, it helped me solve the same problem

Emil_Kos
17 - Castor
17 - Castor

Happy to help @NikiJF 

 

If you want to read more about the multi-row formula tool I strongly recommend this tool mastery page written by @Kenda.

 

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Multi-Row-Formula/ta-p...

 

Labels
Top Solution Authors