I got this result partially by pivot table. But For the cost columns, I only need last number (L1 value only).
I couldn’t figure out how can I do this. Please help me with this
I think you need to use 2 nodes. A Pivoting node and a GroupBy node.
Use Pivoting node to pivot “Level” column and pick the “First” value from the “Name” column.
And separately use the GroupBy node to pick the “Last” value of the “Cost” and “CostB” columns.
Then Use a Joiner node to join these two.