Code:
I have the below information in my dataset and I am just wondering how i can convert the row
to column show below as a desired output. please help and as always your help is appreciated
ITMENUM VENDORNAME VENDORSPRICE
2103.501/00010 L240 15000
2103.501/00010 M0154 8900
2103.501/00010 N0063 11500
ITMENUM L240 M0154 N0063
2103.501/00010 15000 8900 11500