Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
Sorry, I don't have Access installed so can't do the comparison.
What are you expecting to see in the output - how many records?
You have selected to do a left-inner join (using the Join Type parameter "li") are you sure that this shouldn't be a left join (using the Join Type parameter "l")?
As a side note, rather than placing the sort & join nodes yourself, and needing to configure all of these, you should be able to simply use the join node of your choice.
For example, in the attached graph, I have included a "Join Left Inner" and a "Join Left" node for comparison.
I believe in your case you probably want to use the "Join Left" node - based on what it sounds like you want output.
Within these pre-configured join nodes you are able to specify whether or not sorting is to be performed by simply switching the "SortLeft" and "SortRight" parameters. For instance if you know that the input data is already sorted, there is no need to perform this step, so you could simply set these parameters both to False.
Let me know whether or not this helps.
Tim.
Attachments:
Join Left Inner - Join Left.brg