Hello,
I have data that looks like this:
Id Rec_ID Date Result
25 1 20140101 26.5
25 2 20140201 27.00
25 3 20140225 28.75
what I need is:
ID Date_1 Result_1 Date_2 Result_2 Date_3 Result_3
25 20140101 26.5 20140201 27.00 20140225 28.75
Does anyone have any suggestions as to how to achieve this?
Thanks so much for your help.
I have data that looks like this:
Id Rec_ID Date Result
25 1 20140101 26.5
25 2 20140201 27.00
25 3 20140225 28.75
what I need is:
ID Date_1 Result_1 Date_2 Result_2 Date_3 Result_3
25 20140101 26.5 20140201 27.00 20140225 28.75
Does anyone have any suggestions as to how to achieve this?
Thanks so much for your help.