Hello
How one can group similar or identical rows of table?
Malik
Hello
How one can group similar or identical rows of table?
Malik
You could use the group by 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.