Forum Discussion

GarryFarrell's avatar
GarryFarrell
Advocate III
9 years ago
Solved

Unpivot issue

  Hi,   I have files that have different data on the rows. See original file format below. I have multiple files loaded in my PBX file so far. I have created a Category column which I want to use ...
  • Capstone's avatar
    9 years ago

    In the Query editor select the Category column, then under the Transform->Any Column sub menu click Pivot Column.

     

    In the dialog box that appears change the Values Column to "Column1" from the drop down box

     

    Click on advanced options and choose "don't aggrgate" from the Aggregate Value Function drop down box.

     

    You should get the desired output.

     

    Abhi