July 20, 2019
Hi,
I have a PivotChart that works well enough, but when a user double clicks a category to expand the detail shown I'd like to remove the categories that have not been expanded. When the chart is collapsed I'd like to then reshow those hidden categories. Most of that I think I can achieve with VBA, but what I haven't yet achieved is finding a way of detecting changes to the PivotChart so that I can then run a macro.
The start position is the chart shown in 'Initial Chart', if I then double click on 'management' I get the 'Current Drilled Down Chart', but what I'd like to achieve is shown in the 'Required Drilled Down Chart'.
Grateful for any ideas.
Regards
July 16, 2010
Hi Peter,
I've moved this topic to the VBA forum as it's not something you can do with the built in tools available. What you need to do is alter the filters after the user chooses which level to drill down on.
An alternative is to have the chart in the drilled down view and then teach the users to select the level from the Slicer, thus filtering the chart.
Mynda
July 20, 2019
Hi Mynda,
Absolutely happy with your placing the post wherever best suits the forum.
You commented that I "..need to ... is alter the filters after the user chooses which level to drill down on" and while I know how to alter the filters, what I don't know how to do is to detect when the PivotChart has been double clicked. (is that even possible?)
Your alternative answer is possible, but due to the way the app has been setup (and the users like) I'd have quite a bit of work to do to manage the choices they see in the slicers. Perhaps thats the only answer, but currently the relevant slicer isn't shown against the chart and the axis categories are where they want to make the selection.
Regards,
Peter
1 Guest(s)