It is easy to find the country with the highest number of sold items with:
- a GroupBy node to calculate the number of sold items by country;
- then a Sorter node to sort the countries by decreasing number of sold items;
- and finally a Row Filter node to extract only the first row (country) from the sorted list.
The resulting country name now needs to be converted into a flow variable to overwrite a setting in the Row Filter node that extracts the data for a given country. You can do this with the Table Row to Variable node.
To overwrite a configuration setting with the flow variable value you can use:
- the flow variable button on the side of the configuration setting where existing
- the Flow Variables tab in the configuration dialog
URL: Flow Variables https://youtu.be/EvcRiQea3FA
To use this workflow in KNIME, download it from the below URL and open it in KNIME:
Download WorkflowDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!