Alteryx Designer Desktop Discussions

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

Repeat values for each row

Dezzie
5 - Atom

I have two tables:

 

Number

1
2
3
4

 

and 

 

Letter
A
B

 

I'm trying to create the following output:

 

NumberLetter
1A
1B
2A
2B
3A
3B
4A
4B

 

How can I do this considering there's nothing to join on? Both of these initial tables are coming from SQL queries and are not a sequence.

1 REPLY 1
MarqueeCrew
20 - Arcturus
20 - Arcturus

@Dezzie,

 

This is a job for APPEND FIELDS.  Take table #1 in as the Left and #2 as the Right and see what happens!

 

Cheers,

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels