In ICE #9 we did a “left join” for join1 to link the sales o…
In ICE #9 we did a “left join” for join1 to link the sales orders and shipments tables. We joined these tables on the variable SalesOrderID and had 1,168 observations in the resulting table. Because SalesOrderID and ShipID are in both tables, Tableau prep keeps only one of them in the merged table.
Read DetailsIn ICE#9 “join4” we combine the join3 table and the customer…
In ICE#9 “join4” we combine the join3 table and the customer master table using the variable CustID and an inner join. This results in a table with 1,168 observations. If we instead link this tables using a left join and the TerritoryID variable, we get a table with 18,937 observations. This increase in observations happens because TerritoryID does not uniquely identify observations in the customer master table.
Read Details