Forum Discussion

Tevon713's avatar
Tevon713
Helper V
4 years ago
Solved

Convert single column to row

Hi.

 

I have table as follow, want to convert the "Account" as row. What is the best way to transform this? Thanks.

 

Current:

Site #YearMonthAccountValue
Site 12019JanuaryCount1100
Site 22019JanuaryCount2200
Site 32019JanuaryCount3300
Site 12019FebruaryCount1100
Site 22019FebruaryCount2200
Site 32019FebruaryCount3300
Site 12020JanuaryCount1100
Site 22020JanuaryCount2200
Site 32020JanuaryCount3300

 

Post:

Site #YearMonthCount1Count2Count3
Site 12019January100200300
Site 12019February100200300
Site 12020January100200300
  • Hi Tevon713 ,

     

    I have not gotten to the post result you wished for, but here somethinng that maybe gets you closer to a solution:

     

    What I did was that I pivoted on the Account column using the Value column as value. To do this, mark the Account column and click on Pivot column in the transform section:

     

     

    What puzzles me is how you would want to return 200 for Site 1 in the Column Count2, since in your raw data Site 1 never has the attribute Count2. Same thing for Count3...

     

    Hope this helps you anyway 🙂

     

    /Tom
    https://www.tackytech.blog/
    https://www.instagram.com/tackytechtom/

     

     

2 Replies

  • tackytechtom's avatar
    tackytechtom
    Most Valuable Professional

    Hi Tevon713 ,

     

    I have not gotten to the post result you wished for, but here somethinng that maybe gets you closer to a solution:

     

    What I did was that I pivoted on the Account column using the Value column as value. To do this, mark the Account column and click on Pivot column in the transform section:

     

     

    What puzzles me is how you would want to return 200 for Site 1 in the Column Count2, since in your raw data Site 1 never has the attribute Count2. Same thing for Count3...

     

    Hope this helps you anyway 🙂

     

    /Tom
    https://www.tackytech.blog/
    https://www.instagram.com/tackytechtom/

     

     

    • Tevon713's avatar
      Tevon713
      Helper V

      Hi tackytechtom.,

       

      Thanks for your help. Sorry I typed up too quick. The result you showed is correct.