Paul_Christie
New member
- Joined
- Mar 23, 2016
- Messages
- 153
- Reaction score
- 0
- Points
- 0
- Location
- Nottingham, UK
- Website
- www.instantpages.ltd.uk
- Excel Version(s)
- Office 365 Monthly update
I'm trying to create a system for monitoring KPI data across an entire organisation that is split on two levels. I'm successfully using fnGetParameter from Ken's book to get the data for the location that I'm interested in. I'm then using that data to pick data for a given location and match it with rate cost data from another table. This all works fine until I change the location. At this point the downstream queries hold on to the data from the original location. I think I want to drive the refresh in a particular order and I don't want certain queries to run until a user has made a further selection of a department within a location but the fact that the downstream queries don't refresh is causing me a proble even I force a refresh.
So far I've succeeded in doing all of this without writing any vba because it's a prototype solution that eventually will be written in C# and SQL. The reason I'm using Excel is because once we've got a given set of data we're using the Solver to optimise it. Posting an example is an issue because of an internal security obsession that I'm having to work around.
So far I've succeeded in doing all of this without writing any vba because it's a prototype solution that eventually will be written in C# and SQL. The reason I'm using Excel is because once we've got a given set of data we're using the Solver to optimise it. Posting an example is an issue because of an internal security obsession that I'm having to work around.