Hello.
I have a join running, but on occasion, my right side of the join will have no data (null) which is causing the join (and entire workflow) to fail. I can't have that happen, as the other data in the workflow needs to run.
Is there something I can put prior to (or after) my join that will help me with this?
Thank you in advance.
Solved! Go to Solution.
If I'm understanding you @parnell correctly, you have a join where the RIGHT side (could be LEFT) of the incoming data sometimes has 0, 1 or many rows. In the case where 0 rows are present, the JOIN tool fails.
If that is the correct problem, then I would recommend that you:
This way, a GARBAGE record will at minimum be present. It will NEVER join to the data.
Cheers,
Mark
That did it!
Thank you MarK
User | Count |
---|---|
19 | |
15 | |
15 | |
9 | |
8 |