• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Charts won't refresh

gsteinert

New Member
Hi All,


I'm having an issue with a dashboard I am creating. The dashboard in question is an order intake dashboard, including a number of combo boxes that act as filters for the data.


These combo boxes are linked (via VBA) to a sheet containing the current selection of each of the combo boxes.


The data staging sheet that feeds the main dashboard sheet uses a number of SUMIFS to gather the information from the main data table.


Up until here everything works fine. VBA, functions, data all working as expected.


I have created a line chart in the dashboard displaying some of this data.


Here my problems start...


If I change the filter for the year(s) being displayed it works fine. This filter works using VBA to essentially rewrite the data table (as changing this filter can result in differing length tables of data).


If I change any other filter, the data table updates properly, but I cannot get the chart to update without changing the year and changing it back again (rewriting the table).


These filters all change the value in the linked cell and nothing else. So I change the filter, which updates the cell, which changes the result of the SUMIFS formulas and SHOULD update the chart... but it doesn't.


I've tried all manner of things:

- Data -> Refresh all

- Changing an element of the chart and changing it back

- Changing an element of the data table feeding it

- Converting (via VBA) all the formulas to values (I did this by accident - I was aiming to simulate rewriting the table with formulas, either way it didn't work)


Anyone have any other ideas? Or perhaps a new approach to the problem? I'm starting to think I'm asking Excel for too much =/


Gary
 
It was set. First thing I checked (that catches me out far too often).


While I haven't found a solution for my problem, I have worked around it. I've simplified the filters avaiable to the user, removing the filters that involved rewriting the data table.


Now the chart updates properly... I have no idea why removing the only thing that did work caused the parts that didn't work to start working again, but I'll take what I can get at this point. I'm starting to get sick of this dashboard!


Gary
 
Back
Top