Alteryx Designer Desktop Discussions

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

Depending on the Number of Entries, Duplicate the IDs, Emails, and Mobile Numbers.

caltang
17 - Castor
17 - Castor

Data frame looks like this:

 

ID | Email | Mobile Number | Number of Entries

99 | Example@example.com | 00000000 | 4

 

Ideally, the expected output is:

 

99 | Example@example.com | 00000000 

99 | Example@example.com | 00000000 

99 | Example@example.com | 00000000 

99 | Example@example.com | 00000000 

 

Basically, duplicate the rows based on the number of entries with the dimensions being ID, Email, and Mobile Number.

 

Any pointers?

 

All help appreciated!

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
4 REPLIES 4
MarqueeCrew
20 - Arcturus
20 - Arcturus

@caltang ,

 

 play with the GENERATE ROWS tool. It does what you need. 

cheers,

 

 mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Qiu
20 - Arcturus
20 - Arcturus

@caltang 
Since you are asking, I will just give you a quick sample.

1220-caltang.PNG

caltang
17 - Castor
17 - Castor

Massive thanks! I did what you did and it worked like a charm. I was wondering if transpose or arrange could do so as well - this is similar to a question asked in the designer core some time ago.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
caltang
17 - Castor
17 - Castor

Thanks man! This works too.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels