1
Answer

Convert row to a single column

Vignesh Kumar

Vignesh Kumar

9y
775
1

Hi,

I have a table like this and I need to convert the row into a single column

PreviousYear   CurrentYear      2014          2015

And I need an output like this

Year

2014

2015

Really appreciate any help.





Answers (1)