Erika
08-01-02, 12:54
| Okay, I have an ActiveX Pivottable control on my site, with an OLAP datasource. Its all working beautifully - except my next hurdle is creating a drillthrough option that mimics the drillthrough functionality of the Cube Browser in Analysis Services. :eek: I'm scripting in javascript, on a .NET platform for this page of the application. I'm completely stuck at this point. I cannot seem to get anything to work when trying to return ANYTHING from a selected pivot cell. PivotTable.ActiveObject.Value = returns null even when cell is selected I've tried other objects and collections such as PivotAggregates, PivotData, etc. etc. etc. Can someone point me in the right direction for help here? Anyone ever done this? Thanks, Erika |