Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi!
This is a post about a Problem in Excel 2007. I have a Pivot&Chart thats datasource is a Cube (SSAS). The Chart displays some values as a columns and another as a line. The Pivot has got a Filter on the Pivot-Columns. If I change the Filter, Excel updates the chart values. Thats Ok. Here the Pivot Filter set to show Values of B and C | _______________A____ Value A as Line | ____ | ___| | | | | B | Value B and C as Column | | C | | +-----+- ---+-----+------------ Problem: Excel also changes the chart type to use only columns if I change the Pivot-Filter. It is two columns now. But Value A shall be still a Line! Filter changed to only show B | ____ | ____| | | | | | | | B | A | Value B as Column and Value A as Column. But Value A shall be a line! | | | | +-----------+-----+------+------ Question: How can I prevent the Chart Type to be changed if I change the pivot filter??? In Excel we used a Macro, but Macros dont work in Excel Services |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thomas Ramel answered to this in a german cross post on
http://www.office-loesung.de/ftopic255691_0_0_asc.php That the chart is repainted and the standard diagram-type is used to do this. Either you redefine the standard diagram (works in most cases) or you use a macro. SheetPivotTableUpdate is the proper event to catch. But in our case we cant use macros because we use sharepoint excel services. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In case someone stumbles upon this post, I put screenshots and a more
detailed description on my blog-page http://www.duelec.de/blog/?p=134 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Duplicating Pivot Chart / Changing Pivot Chart data range | Excel Discussion (Misc queries) | |||
change the text in the legend of a chart w/o changing pivot text | Charts and Charting in Excel | |||
When refreshing pivot tables my pivot table chart type changes | Excel Discussion (Misc queries) | |||
change chart type on pivot refresh | Excel Programming | |||
chart type keeps changing | Charts and Charting in Excel |