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
Ken
I'm back on this issue. The code for refreshing queries on a dropdown is working fine and runs fast enough. The dependant queries are refreshing when that dropdown is triggered so it all looks fine. All the tables have got additional columns with formulae and the Preserve Columns sort/filter/layout option is ticked.
Now I've got one depot that has 44 lines of data and one that has 33 lines of data. If I select the one that has 44 lines it does everything ok. If I then got to the one with 33 lines it does that ok. If I then go back to one with 44 lines of data some of the formulae columns lose their formulae on the bottom 11 records. If it was consistent I might not find it so frustrating.
The query that is showing the problem is a KPI summary query so the actual query is returning roughly 10 columns of data on a 'group by' against 13,000 records and there are about 20 added columns. it's strange because the 11 rows that lose their formulas don't lose them all. The first 5 will be ok then it misses 7, sets 3 or 4 more ok then misses say 6 and then does the rest ok.
A part of me always wanted to implement this as a template solution so that the user only worked on one Depot in a given workbook but you know what users are.
Any thoughts on what I'm missing?
Paul
I'm back on this issue. The code for refreshing queries on a dropdown is working fine and runs fast enough. The dependant queries are refreshing when that dropdown is triggered so it all looks fine. All the tables have got additional columns with formulae and the Preserve Columns sort/filter/layout option is ticked.
Now I've got one depot that has 44 lines of data and one that has 33 lines of data. If I select the one that has 44 lines it does everything ok. If I then got to the one with 33 lines it does that ok. If I then go back to one with 44 lines of data some of the formulae columns lose their formulae on the bottom 11 records. If it was consistent I might not find it so frustrating.
The query that is showing the problem is a KPI summary query so the actual query is returning roughly 10 columns of data on a 'group by' against 13,000 records and there are about 20 added columns. it's strange because the 11 rows that lose their formulas don't lose them all. The first 5 will be ok then it misses 7, sets 3 or 4 more ok then misses say 6 and then does the rest ok.
A part of me always wanted to implement this as a template solution so that the user only worked on one Depot in a given workbook but you know what users are.
Any thoughts on what I'm missing?
Paul