Hello !
I am a pretty new Knime user and I’m really enjoying this tool.
I am currently facing a situation which I cannot translate into a workflow.
My problem is similar to : Finding similarities in a huge table
I have table:
Invoice N# Box N#
A 1
A 2
B 2
B 3
C 4
D 3
E 5
I want to regroup all Invoices and Box Numbers that are linked via a similar box or invoice
This would get me the 3 following groups:
[A,B,D / 1,2,3], [C / 4], [E,5]
Do you know how i could do it ?
I tried pivoting on a constant value to get the one on one relationship matrix between Invoices and Boxes, but I don’t know how to proceed further.
Thank you very much.