Rows To Columns

I am looking for a node that will help me turn something like this:

Patient ID     Test      Value

1                    A              34

1                    B              16

2                   A             20

2                  B             10

2                 C              43

 

Into this

Patient ID     A     B        C

1                   34    16

2                  20     10     43

 

Hi,

you are searching for the Pivoting node.

Cheers, Iris