R
Roberto Lo Baido
I set XMLdata property to a Pivot Table in order to populate it with a saved
analysis with 3 measures.
Then i bind a Chartspace with the pivot.
PT.XMLData = myXML;
ChartSpace.DataSource = PT
It all works, but with a problem. The chart only display the first measure
of the pivot table.
How to solve this problem?
analysis with 3 measures.
Then i bind a Chartspace with the pivot.
PT.XMLData = myXML;
ChartSpace.DataSource = PT
It all works, but with a problem. The chart only display the first measure
of the pivot table.
How to solve this problem?