client server - Export Excel connection to Access - .ODC info to .ODBC -


i have lots of data wrangle , need help.

i have been using excel file has 2 worksheets of interest me. each produce olap pivot table data need work with. move (.odc) connections access queries don't have hand paste of info out , manipulate , go through whole process several more times.

one table throughput (number of parts through operation(s)) part number , date. other hours logged @ operation(s) part number , date. have master list of part numbers more data have mix in.

biggest problem: each chart producing own subset of dates , part numbers have take care match data run calculations. i've tried:

  • by hand. got tired real quick.
  • using lookup, vlookup, match indirect , sorts of tricks.

it's mess. i'm confident if can put original pivot tables access can add few joins , write couple queries , turn out beautifully.

worst comes worse can copy/paste pivot table data access hand, if want change or expand data set? i'd rather work raw data.

edit:

the data held on sql server , cannot change that.

the excel pivot tables use .odc file connection. gives following connection string:

provider=msolap.3;integrated security=sspi;persist security info=true;initial catalog=[mycatalog];data source=[mysource];mdx compatibility=1;safety options=2;mdx missing member mode=error  provider=msolap.4;integrated security=sspi;persist security info=true;initial catalog=[mycatalog];data source=[mysource];mdx compatibility=1;safety options=2;mdx missing member mode=error 

(i replaced actual catalog , source)

can use .odc file information create pass through query in access?

have consider using proper olap server?

comparison of olap servers

once setup you'll able connect excel's pivot table server (as other reporting tools).


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -