S
Sukhdev
Hi,
I have been able to generate the Pivot by supplying my own MDX at runtime.
Could anybody please help me in binding the OWC Chartspace to the Pivot table?
That means if any further changes are made to the Pivot table by manually
dragging or removing fields from it, the Chartspace displays the chart.
Please note, I'm creating a Windows application using VB.NET.
Here's what I did:
myChartspace.Datasource = myPivotTable ' Error: --> specified cast is not
valid
Next i tried
myChartspace.Datasource = myPivotTable.datasource ' No Error, no graph
generated, no effect at all
Next i tried
myChartspace.Datasourcename = "myPivotTable" ' Error --> Catastrophic failure
Please show me a way how to bind the chartspace to the pivot table.
Thank you.
Sukhdev.
I have been able to generate the Pivot by supplying my own MDX at runtime.
Could anybody please help me in binding the OWC Chartspace to the Pivot table?
That means if any further changes are made to the Pivot table by manually
dragging or removing fields from it, the Chartspace displays the chart.
Please note, I'm creating a Windows application using VB.NET.
Here's what I did:
myChartspace.Datasource = myPivotTable ' Error: --> specified cast is not
valid
Next i tried
myChartspace.Datasource = myPivotTable.datasource ' No Error, no graph
generated, no effect at all
Next i tried
myChartspace.Datasourcename = "myPivotTable" ' Error --> Catastrophic failure
Please show me a way how to bind the chartspace to the pivot table.
Thank you.
Sukhdev.