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

Multi-Row Formula Tool to create additional data

lwilson2023
5 - Atom

if [Records count] = "1" then create a new record row using [Bulk Code + "A", if [Records Count] = "2" then create 2 new records rows using [Bulk Code] + "A" and +"B". For example, bulk code is 21-0004 records count is 1, new row of data will be created to 21-0004A, if the records count is 2, 2 new rows of data will be created to 21-0004A and 21-0004B.

 

The final Output will be something like:

 

Bulk CodeRecords CountNew Bulk Code
21-0004121-0004A
21-0005221-0005A
  21-0005B

 

1 REPLY 1
SPetrie
13 - Pulsar

You need to use the Generate Rows tool, not the Multi-Row

generate1.PNG

generate2.PNG

Labels
Top Solution Authors