OWC Chart + OLAP - multiple totals

D

Dima

Hi!

OWC chart is connected to MS AS
I'd like to display several totals (measures) on the same chart in order to
see 2 lines
I use
objPChart.SetData objPChart.Constants.chDimValues, 0, "v1"
objPChart.SetData objPChart.Constants.chDimValues, 0, "v2"
And I see only v2 line
I use
objPChart.InternalPivotTable.ActiveView.DataAxis.InsertTotal .Totals("v1")
objPChart.InternalPivotTable.ActiveView.DataAxis.InsertTotal .Totals("v2")
and nothing changes :-(

Somebody knows how to display several lines at the same chart????

some limitations: OWC is connected to MS analysis services, I'd like to
display different measures (seen under the Totals)

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top