Using Data Joins - Limits to Join Data?
Hi Everyone, I have a data set of about 400K rows of sales data. It includes our item code, but no other details. I'm trying to match it to our item master, which has about 2K rows to fill in the blanks. I know there is a limitation to the left dataset in a join, I believe it's 10K rows, so I'm using the item list on the…