Hello Together,
I have 3 Columns with different Values. The First Column Name is a variable and gives the document name. The problem is that it states the name several times in a row. Does someone know a solution, how I can fix that the name only appears once? And that the other columns are not effected by this? Right now it looks like this:
File Name | Person | RowID |
TEX1 | A | 1 |
TEX1 | B | 2 |
TEX1 | C | 3 |
TEX1 | D | 4 |
And it should be like this:
File Name | Person | RowID |
TEX1 | A | 1 |
B | 2 | |
C | 3 | |
D | 4 |
I read something about the GoupBy node, but I am not sure if this fits here or if I just used it wrong.
Many Thanks in advance!
Kind regards,
Enrique