Unbind chart from pivot table by column?

J

jfizer

I have a pivot table with several calculated totals being shown in a
chart. However, some of the totals are percentages while others are
for revenue. This means that numerically speaking we are showing a
chart with 0.25 next to 1,000,000 which is to say the least, useless.
Is there a way to programmatically unbind a column from a chart
without removing it from the pivot table? So for example, if I have
"Year to date revenue","Previous Year Revenue" and "Yearly Ratio" I
would like to unbind "Yearly Ratio" from the chart.

Thanks,
Josiah Fizer
 
T

Thao Moua [ms]

The chart is bound to the pivottable so you cannot easily remove. The
alternative way you can remove a column is not to include the column name in
your pivot table query or you can filter out the series you do not want.

----------------------------------------------------------------------
Thao Moua
OWC Chartspace Support

This posting is provided "AS IS" with no warranties, and
confers no rights. Use of included script samples are
subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
J

jfizer

Let me see if I can explain the problem better. I have several
calculated totals and a few nested rows. This means that by default,
the calculated totals are being displayed as columns in the table AND
in the chart. Since the totals are generated on the fly I dont see a
way to exclude them from the pivot table querry. So I want these
totals to display in the table, but not in the chart. any ideas?
 

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