Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
925
Cube with nested hierarchies
posted

I'm currently using igPivotView with OlapFlatDataSource.

I would like to know if the cube definition could have a nested structure, with more than three levels:

Measures
  Value 1
  Value 2

Dimensions
 
  Product

      Families
          Category
          Family
          Product

      Classes
          Class
          Subclass 

  Year

      Month 

   General

      Accounting
      Description
      Color

...

Do you think the cube can be customized in this way?
Thank you, Maria 

Parents
  • 23953
    Offline posted

    Hello Maria,

    I don't think this is possible. $.ig.OlapFlatDataSource cube dimensions is a flat array object. If you want to display this hierarchy in the igPivotDataSelector then you can try the hierarchy displayFolder option (see also the " Configuring Hierarchies " topic for more information on the displayFolder option).

    Best regards,
    Martin Pavlov
    Infragistics, Inc.

Reply Children
No Data