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

Filling in a table with multi-row formula tool

aarhintz
7 - Meteor

I need to go from data in the format of:

 

C1C2C3C4C5
a[Null][Null][Null][Null]
b[Null][Null][Null][Null]
c[Null][Null][Null][Null]
d[Null][Null][Null][Null]
e[Null][Null][Null][Null]

 

to:

 

C1C2C3C4C5

a

bcde
bcde0
cde00
de000
e0000

 

Currently, I can get C2 to fill in properly by using a multi-row formula tool.  However, my actual dataset has roughly 90 rows and 90 columns, so I am looking for a better way than just repeating this a bunch of times.  I think I need to use a batch macro, but I am unsure how to go about using control parameters to update 3 separate values within the multi-row formula tool. 

 

Multi Row Formula Interface.png

 

Thank you for your help!

 

2 REPLIES 2
ponraj
13 - Pulsar

Here is the sample workflow for your case. Hope this is helpful. 

 

InputInputWorkflowWorkflowResultsResults

 

ponraj
13 - Pulsar

@aarhintz, I am curious to know if the solution provided was helpful. 

Labels
Top Solution Authors