Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

How to fill rows in the reverse direction?

Seffana_
7 - Meteor

Hello, 

 

Does anyone know how to fill rows in the reverse direction?

 

Capture.PNG

 

As in get the string value in Record #15 [Award] to fill up the empty rows all the way to #1 and the string value in Record #27 [Award] to fill up the empty rows all the way up to #16 and so on?

 

I have tried multi-row formula but only know how to use it going in a downwards direction. 

 

Thank you, 

 

Seffana

1 REPLY 1
Thableaus
17 - Castor
17 - Castor

Hi @Seffana_ 

 

The secret is to sort your data in a reverse order (using RecordID), and then use Multi-Row Formula Tool to fill-in the empty spaces.

 

Workflow of this example appended.

 

Solution.PNG


Cheers,

Labels