Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am working on pivot grid to show my OLAP cube data.

I had made it in web form but want Cube fields tree in excel (excel add in using c#) by which I can drag and drop fields and labels from tree to excel.Is it possible?
I want to place a tree control in C# excel add in and bind it with my cube then it will open in excel after that I want to drag and drop fields and labels in excel sheet.
Posted
Updated 14-Sep-15 5:30am
v4

1 solution

Yes, it is possible, take a look at How to View and Analyze an OLAP Data Cube with Excel :

Quote:
To view and analyze an OLAP data cube with Excel

1. In the Service Manager console, click Data Warehouse, expand the Data Warehouse node, and then click Cubes.

2. In the Cubes pane, select a cube name, and then under Tasks, click Analyze Cube in Excel. For example, select SystemCenterWorkItemsCube and analyze it.

3. When the worksheet opens in Excel, you can drag and drop fields from the PivotTable Field List and create slicers and charts.

a) For example, if you want to see the total number of incidents currently open, expand IncidentDimGroup, and then select Incidents Opened.

b) You can add additional fields to generate a more complex analysis. For example, you can add computers from the ComputerDim dimension by selecting the DisplayName field to see the number of incidents that affect different computers.

Optionally, you can save the workbook to a shared folder or other shared location, such as the analysis library. For more information about the analysis library, see How to Use the Analysis Library.
 
Share this answer
 
v2
Comments
Member 10040153 14-Sep-15 11:29am    
I want to do this by excel add in

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900