Hi, I'm trying to solve the following problem:
I have my full base (I'm connecting in the right) and a from-to in the left, in this from-to I have two informations: the SKU code and an extra information about the SKU that I need to add to my base.
In the join I join the columns SKU code from each base and then I remove the right column SKU code and I keep the extra information that I need. - Important information is that I don't have all the SKU codes in this second file.
But when I check the results from the join it doesn't return all the values (I'm doing a sum of all costs before and after the join to check it), then I saw that I could do a J + L union to have all the values, but still yet it doesn't match the costs before all this and after the union
Does anyone knows what can I do?
Here is the flow:
