Good day everyone
I hope someone can help me here.
I have to convert some data information from column to rows but I am not sure how i should do this. Bellow you will see an example of what I want to do.
The data in my table appear as follow first row being the columns of course.
ENTITYID NAME DATA
12716 NAME FOLDER 1
12716 DESCRIPTION FOLDER 1-TRAINING
12716 ORDERNUMBER 2
12716 TYPE folder
12716 LINKID 893
12716 LINKNAME FOLDER 1
12716 LIBRARY TRAINING
I want the data to appear as follow:
ENTITYID NAME DESCRIPTION ORDERNUMBER TYPE LINKID, LINKNAME LIBRARY
12716 FOLDER 1 FOLDER 1-TRAINING 2 folder 893 FOLDER 1 TRAINING
So basically what I would like to have is the column NAME values becoming the columns and the DATA column becoming the values. Anyone have an Idea as to how can do that?
Any help would be appreciated and I know your guys are the best.
I hope someone can help me here.
I have to convert some data information from column to rows but I am not sure how i should do this. Bellow you will see an example of what I want to do.
The data in my table appear as follow first row being the columns of course.
ENTITYID NAME DATA
12716 NAME FOLDER 1
12716 DESCRIPTION FOLDER 1-TRAINING
12716 ORDERNUMBER 2
12716 TYPE folder
12716 LINKID 893
12716 LINKNAME FOLDER 1
12716 LIBRARY TRAINING
I want the data to appear as follow:
ENTITYID NAME DESCRIPTION ORDERNUMBER TYPE LINKID, LINKNAME LIBRARY
12716 FOLDER 1 FOLDER 1-TRAINING 2 folder 893 FOLDER 1 TRAINING
So basically what I would like to have is the column NAME values becoming the columns and the DATA column becoming the values. Anyone have an Idea as to how can do that?
Any help would be appreciated and I know your guys are the best.