The requirement here is, within a Group of n rows, if the difference between a Date and the other dates is 7 days or less then the value from ID column should be added to a new column (IDs).
It seems like I’ve to use Group Loop node here but I’m not sure which other nodes to use to get the results…
I started using Knime just last week.
Welcome to KNIME Forum.
And yes I think the GroupLoop is the way forward. I used it in combination with the Cross Joiner node to calculate the differences between all dates within a group. See this wf calc_difference_between_dates.knwf (42.5 KB)