P
Paul - Lydian
I have a webpage with a linked pivottable and chart using OWC 11. Both the
table and chart are first displayed empty then as the user updates the
content from the field list I want the two objects to reflect the changes.
The issue I have is that the chart doesn't display the data content if a
total field is added to the table (the rows/columns aspect work fine). If a
total field is added to the chart then the table updates but not the other
way around.
I'm using scripting and the code snippet I'm using is:
oChart.SetData chConstants.chDimValues, 0, 0
Any suggestions?
table and chart are first displayed empty then as the user updates the
content from the field list I want the two objects to reflect the changes.
The issue I have is that the chart doesn't display the data content if a
total field is added to the table (the rows/columns aspect work fine). If a
total field is added to the chart then the table updates but not the other
way around.
I'm using scripting and the code snippet I'm using is:
oChart.SetData chConstants.chDimValues, 0, 0
Any suggestions?