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

Null Value Coming when Trying to use Full Outer

SR
8 - Asteroid

HI All,

 

I am doing an full outer join to bring together results based of different filters. However the common dimension is coming in Null for entries that do not have a record in each result.

 

Capture.PNG

 

as you can see the row 9 value for subgroup should be Max but its coming in Null as that subgroup does done have values in count and right count. i have attached the workflow and data sheet. Is there a way i can being in the name of thesubgroup even if there is no match and show a 0 instead of null.

 

Thanks

SR

2 REPLIES 2
jdunkerley79
ACE Emeritus
ACE Emeritus

It is the 'MAX' record coming from the lower summarise.

 

As it doesn't exist in the top flow it ends up being a block of NULLs you only are taking the Count from the lower flow and not the key field:

2017-10-17_22-33-57.jpg

I suggest you inclode the Sub Group from Input_#2 and then use a formula tool to merge it with the Input_#1 column.

 

Tweaked version of your workflow attached.

SR
8 - Asteroid

Thank you so much. This was very helpful!

Labels