Rows into Columns

  • Hi All,

    Actually I have a table which stored data in column format .

    For Eg. table luks something like this :

    ID Name Question Response

    1 Alex Ques1 Res1

    1 Alex Ques2 Res2

    1 Alex Ques3 Res3

    2 Arian Ques1 Res1

    2 Arian Ques2 Res2

    3 Jim Ques1 Res1

    Now I am making a report on this data. The desired outpput is :

    1 Alex Ques1 Resp1 Ques2 Res2 Ques3 Res3

    2 Arian Ques1 Res1 Ques2 Res2

    3. Jim Ques1 Res1

    So its kind of converting the different value columns of same person into columns instead of rows.

    I cannot change the table structure . I just need the query which does that so that I can use it in SSRS

  • Look up cross tab report or PIVOT.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply