Hey,
I have a tricky question:
USE CASE
Let’s say that we have two tables:
Company table (all companies)
Contacts table (all contacts for the companies)
We would like to make a workflow which takes all companies, so that it only selects maximum of 10 contacts per company (some companies could have over 50 contacts).
How to do that in Knime?
Thanks,
/JH