Hi:
It would be helpful if you could provide a mock table(s) showing the result(s) you would like to see(?)
I think in your tables that the products are identified by the columns called āreferenceā. One table has a column
that shows the # of sales, the other a column showing stock (on hand?).
It would be easy to join the two tables if they had a consistent in-common id #. But, I am seeing that there are a number of products (reference IDās) that turn up in the left table that are not in the right table and vice versa, although you have said that this could be the case. I think needs to be addressed first, possibly?
Sure, some items appears more than once, but is the date of sale column (?) missing, possibly the duplicates are the results of sales on different days?
Sure, you could variously count things such as the number of sales. For that, a pivot table in excel will give you a quick result.
Copy of W49 no revisions.xlsx (111.2 KB)
I am sure it could be done in knime, but I would be reluctant to move forward unless more consistency between the product IDās was in place. Does that make sense?
Even without and changes, pictures/reports of you data could still be painted, although it would be best to know what you would like to see. For instance, 015760 J
appears in the left table (with sales) but there is one 015760 Jās, size 30, in the left table; In the right table, we find: (The items appear somewhat unordered because sometimes, J or J. or J⦠are used)
015760 J, size 32
015760 J size 30
015760 J size 29
015760 J size 26
015760 J. size 30
015760 J. size 22
015760 J⦠size 29
015760 J⦠size 29
015760 J⦠size 29
I suspect that more data cleaning would reveal why size 29 appears 3 times.
Perhaps it would be useful to see which items were selling and which are not? But a lot of this falls into the the area of data cleanup and, sure, queries or joins or various other kinds of reports can help you to discover which portions of your data need cleaning up.
But using queries and the like to find out which parts of the data need to be cleaned up is quite different than doing joins to really find matches between two lists.
Thank you,
Steve Elster