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
50
Display multiple dimensions in row and column headers (Olap Presentation)
posted

I have a cube that I am quering for CellSets and I would like to display the data in the Grid. I will limit the number of Axes returned by the CellSet to 2 so the grid can display it in tabular format, but I would like to know if it is possible to show the hierarchical structure of the of the selected dimension members in the row and header column as follows:

Gross Sales/Cover Count Weekly Summary By Organization 

 

Number of Covers Gross Sales
Week to Date Week to Date
Division 1 Store 1

50

5657

Store 2

45

2342345

Store 3

66

656

Division 2 Store 1

74

23454

Division 3 Store 1

226

23234

Division 4 Store 1

76

2342

Division 5 Store 1

45

123245

Division 6 Store 1

78

15664

 Each Division/Store combination represents a unique value in the row for each unique Number of Covers/Week to date and Gross Sales/Week to date combination.  Its seems like you can do something similar to what I'm looking for using the record headers of the xamGrid, but it assumes that each piece of the header has a corresponding field value.  In my case, I need to combine multiple headers to represent one field.  I'd like to do this in the format that I show above if possible.  Can this be done?