Generating multiple reports using single dataset

Hi all,

I have a large dataset with has countries and accompanying data. I am trying to dynamically get KNIME to create individual reports for each country.

Based on looking at past posts, I have deduced that the system should look like this but I can’t quite make it work:

  • Loop to filter by country
  • Use call remote workflow to run the report and extract it onto .xls
  • end loop

I can’t seem to find the right filter that will run the filter through the unique values in the country column

Any ideas?

Thanks in advance

The loop you need is the group loop start node:

Steve

2 Likes