folks,
hopefully this description makes sense:
1. i have a 'table' in excel2013 built from 'get external data'; hence the rows might/will be dynamic; the refresh cycle is 1x per week
now,
2. the primary keys of the rows in 'get external data' need to be used to pull complimentary data from 2 other 'get external data' extracts
3. hence, the table in item[1] is the dynamic driver to 2 other searches; the 2 'next' searches only have to return data for the primary keys determined in item[1]
- one of these tables does a 'get external data' from a source that refreshes 1x per day
- one of these tables does a 'get external data' from a source that refreshes 1x per week
so there are a few ways to solve this:
4. add ALL the needed columns into the item[1] 'table', and figure out how to manage the 3 refresh cycles perhaps via some 'form' control
5. build the 2 'next' search tables on the fly via some kind of event driven macros, let these tables refresh separately, and build a consolidated 'result' table out of the 3 tables [same set of primary keys, after the 3 refresh cycles to 3 different sources, refresh and complete]
hence
task1: figure out how to manage 3 independent refresh cycles from a single table
or
task2: figure out how to build 2 table structures [at least for the primary key column; the other columns are static and specific to the other data sources] on the fly from the item[1] table
i'm not quite sure exactly which task is easier, and really, how to begin either. i can 'think' the problem, but i haven't tried to 'construct' either task.
any feedback would be appreciated?
thanks,
ron
Bookmarks