Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Joining data from different tables with no common fields

hay_001
7 - Meteor

Hello,

 

I'm trying to join the two tables below, is there a way to join both tables with no common field? I want to join using Referral code and Key. All suggestions are welcome. Both tables does not have anything in common. Example would be join a value ("XYQA") in table 1 with another value in table 2("abcds")

 

Example below

 

Table 1 
  
Referral Code Description Name
BMWM2bmw m2
BMWM3bmw m3
BMWM4bmw m4
BMWM5bmw m5
BMWM6bmw m6
BMWM7bmw m7
BMWM8bmw m8

 

 

Table 2 
  
KeyDatabase Data
abc1ABC1 Ja
dba12Dba12
rocksRocks
atlAtlanta works
nycNew York data
bh1212bh data 
pp8pp8 logs

 

 

Result 

 

Referral Code Description NameKeyDatabase Data
BMWM2bmw m2abc1ABC1 Ja
BMWM3bmw m3dba12Dba12
BMWM4bmw m4rocksRocks
BMWM5bmw m5atlAtlanta works
BMWM6bmw m6nycNew York data
BMWM7bmw m7bh1212bh data 
BMWM8bmw m8pp8pp8 logs

 

10 REPLIES 10
rohit782192
11 - Bolide

The calculation will differ.

Labels
Top Solution Authors