Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
解決済み

Join to Fill Missing Fields

yash_290
メテオール

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件の返信5
JoBen
ボリード

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
パルサー

Here is the sample workflow. Hope this is helpful. 

 

Join to Fill Missing Fields - workflow.PNG

yash_290
メテオール

Thanks  for the response!

I implemented a join but didn't put a formula

yash_290
メテオール

Thanks Jarrod for the crisp answer!

ラベル