Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Join to Fill Missing Fields

yash_290
7 - Meteor

Please check the screenshot below:

 

 

Alteryx_JoinScreenshot.JPG

 

I have two tables with same columns but the rows that are populated in first table are blank in the second one. 

I am looking for the desired result as shown in green colour by joining the two tables shown in blue and yellow.  Any lead would be appreciated. 

PFA data set for your reference.

5 REPLIES 5
JoBen
11 - Bolide

Hi @yash_290, I think there are many ways to do this. Here is a solution that should work for you. 

Help1.PNG

jarrod
ACE Emeritus
ACE Emeritus

IF the tables have values that are mutually exclusive, then you can transpose, union, remove blanks, then CrossTab up to the answer as well. it does remove the need for a formula if that's your desire. 

image.png

ponraj
13 - Pulsar

Here is the sample workflow. Hope this is helpful. 

 

Join to Fill Missing Fields - workflow.PNG

yash_290
7 - Meteor

Thanks  for the response!

I implemented a join but didn't put a formula

yash_290
7 - Meteor

Thanks Jarrod for the crisp answer!

Labels