Forum Discussion

RandomBI's avatar
RandomBI
Frequent Visitor
9 years ago
Solved

Vertical sub column layout in Matrix

Hi All,   I am trying to apply a greater control over the appearence of data returned in a Matrix from an SQL View.   Currently I am returning the results as 3 seperate values (summed) for each c...
  • MFelix's avatar
    MFelix
    9 years ago

    Hi RandomBI,

     

    To what I can see I believe you didn't follow the steps I identified see below a small guide and see if this is the result you want:

     

    1. Unpivot the columns - Qty Sold, Unit Price and Weight
      • You need to choose all three columns and then unpivot
      • This will give you one column with attribute and another with values
    2. Use the Attribut for your rows and the values for your values in the table view

    Think this is what you need.

     

    Regards,

    Mfelix