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
20
PivotGrid, OLAP Cube, ADOMD, etc
posted

Hey,

I am trying to build a solution using a PivotGrid to connect to a cube data source. I have connected to this data source in .NET using ADOMD and I was able to query the cube fine. 

However, in silverlight using the infragistics PivotGrid control, I am unable to connect to my cube. I have tried several different approaches:

- First I tried the example supplied with the tool kit, the XMLADataSource example. This did not help as the msmdpump.dll is not exposed on my server and I dont think I will be able to expose this. 

- I then tried the 'working solution' here: http://community.infragistics.com/forums/p/44832/252837.aspx#252837 and then I replaced the missing references with my newer ones, and now I get a build error about missing a directive or assembly reference for the type/namespace:  MeasureAggregator and I can't find any information about this class anywhere. 

Can anyone help me?  We are basically trying to get a treemap generated from cube data and we are running into a lot of problems. 

Cheers