Update Links and Essbase Retrievals

N

Nigel

I have links to a spreadsheet that also contain automatic refresh of essbase
data,

I have prevented the update links from appearing when the spreadsheet is
open but when it goes to the essbase retrieval sheet the update links message
comes up

any way to prevent this happening
 
J

Jim Thomlinson

You are a little thin on details... First off are the links in your
spreadsheet necessary? It sounds like you are dismissing the update. Is your
code taking you to the essbase retrieveal sheet? If so you do not need to
select the sheet. A retrieval can be done to a non active sheet. Only a lock
and send requires the sheet to be active (which is mighty annoying)...
 
N

Nigel

THe links are new, I have a sheet that is calculating the holidays for this
year and last year, since I have multiple reports that run, I was hoping to
only have to update one workbook and link that to other workbooks,


In this case I have to go to multiple essbase sheets and retrieve data onto
them, the workbook opens correctly but as it scrolls thru the worksheets then
it wants to update again, I was hoping to get rid of that annoyance
 
J

Jim Thomlinson

I assume that it is your code that is scrolling through the sheets and
retrieveing? If you scroll through the sheets manually does it ask to update?
if you retrieve a sheet manually does it prompt you to update?

I personally tend tp put things like your hilidays into a database table and
then pull them into my workbook via a query. Linked workbooks have never
worked well for me. They invariable get messed up at some point and are a
royal pain to sort out when they do...
 
N

Nigel

I had feeling you would say that, does putting that sort of info into a
database request to update the sheets?


When I do it manually it is fine its the automatic retrieve that is causing
the problem
 
J

Jim Thomlinson

I'll send you my standard code modules that I use in every Essbase project
that I deal with. Generally the code does not generate any side effects. Is
your email address current???
 
N

Nigel

yes

and thanks


Jim Thomlinson said:
I'll send you my standard code modules that I use in every Essbase project
that I deal with. Generally the code does not generate any side effects. Is
your email address current???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top