Hi,
I have got a table like this
Parameter 1 Value1 Value2 Value3 Value.n
Parameter 2 Value1 Value2 Value3 Value.n
Parameter 3 Value1 Value2 Value3 Value.n
And I want to “Unpivoting” it so that the table looks like this
Parameter1 Parameter2 Paramter3
Value1 Value1 Value1
Value2 Value2 Value2
Value3 Value3 Value3
Value.n Value.n Value.n
Has anybody a idea how to do it? With the Unpivoting node it doesn’t work (or I use it wrong).
Thanks for your help.
Best regards
Timo