Alteryx Designer Desktop Discussions

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

Multiple Fill values (not from first line)

tiverson
8 - Asteroid

Hello,

 

I have a set of data that I need to add a column header (title) for the first column and then fill down the rows.

I wasn't sure if there are different rules for this when the data does not start on the first row & column?

 

Original Data

data.jpg

 

 Desired Output

desired.jpg

 

 

 

1 REPLY 1
Medha31
8 - Asteroid

Hi, here is how you can get the desired output by following the below steps. I have also attached the workflow for your reference. 

 

Step 1: Skip 1st two rows that are not required using sample tool

 

Step 2: Use Dynamic Rename tool to make your first row as header with the below configuration

Screenshot 2023-11-27 195308.png

 

Step 3: Use Multi-row formula to auto fill values. You can use the below configuration for each column you want to auto-fill/multi-fill for:

Screenshot 2023-09-15 104214.png

 

Here is the snippet of completed workflow with the desired output:

Screenshot 2023-11-27 195708.png

Labels