Forum Discussion

Liaise's avatar
Liaise
Frequent Visitor
7 years ago
Solved

Reformatting table/data structue

Hi,

 

I'm hoping someone can help. I have a table that contains survey results and I was wondering if there is some way I can format the data in the example below

 

tblSurveys

Customer     Question     Result

A                       1               Yes

A                       2

A                       3               www.test.com

B                       1               No

B                       2               Not Graded

B                       3               www.test2.com

C                       1               No

C                       2               Not Applicable

C                       3                www.test3.com

 

 

Re Formatted table

Customer     Q1              Q2                         Q3

A                   Yes                                           www.test.com

B                   No              Not Graded           www.test2.com

C                   No              Not Applicable      www.test3.com

 

  • Hi Liaise 

     

    In The Query Editor>>> select the Question Column>>>Go to "Transform Tab">>Select "Pivot Table"

     

    Select options as follows

     

2 Replies

  • Zubair_Muhammad's avatar
    Zubair_Muhammad
    Community Champion

    Hi Liaise 

     

    In The Query Editor>>> select the Question Column>>>Go to "Transform Tab">>Select "Pivot Table"

     

    Select options as follows

     

    • Liaise's avatar
      Liaise
      Frequent Visitor

      Thanks, that works perfectly :)