Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Denis DrouaisHello,
I have the following table that I would like to transpose (potentially with the Pivot - Data to Names node) :
Month, Reference 1, Reference 2, Reference 3, Reference 4
January, 15, 20, 2, null
February, 20, 25, 5, 3
March, 30, 15, 1, 5
into :
Reference, January, February, March
Reference 1, 15, 20, 30
Reference 2, 20, 25, 15
Reference 3, 2, 5, 1
Reference 4, null, 3, 5
I think I can use the Pivot - Data to Names node but I have to enter two parameters, NamesField and DataFields :
In NamesField I have specified Month. As I could not let it blank, I tried Reference 1 in DataFields. It gives me :
Reference 2, Reference 3, Reference 4, January, February, March
20, 2, null, 15, 20, 30
I think that I am close to the end result but can not get it.
Can somebody help me with it ?
Thank you very much in advance,
Best regards
Denis