Hi Maveryx community,
I was just working on Cloud Quest #7 and I noticed some unexpected behavior when I was trying to debug my workflow. I initially made a mistake in my logic so I was attempting to compare my answer to the provided solution to pinpoint why my answer was different. When joining my answer to the provided solution, I noticed that null values on both sides of the join would not match:
Left join (my solution):
Right join (Alteryx solution file):
Both sides have the same number of unmatched records. I tried replacing the null values on both side with a 0 and then everything joined together. Is this expected behavior or would this be considered a bug. My solution to #7 is attached.