malik
1
Hello
How one can group similar or identical rows of table?
Malik
You could use the group by node:
https://www.knime.com/nodeguide/etl-data-manipulation/aggregations/basic-examples-for-using-the-groupby-node
Or you could use an artificial ID like in this example:
Or you might describe what you want to do in greater detail, maybe even have an example or some data.