Page 1 of 1

TM1REBUILDOPTION problem

Posted: Fri Nov 06, 2009 12:32 pm
by kangkc
Since 9.4MR1, a new workbook recalculation variables TM1REBUILDOPTION has been introduced. Not sure this is the cause of my problem below (pretty sure it is)

In Excel 2007, we can no longer switch off Auto calculation as soon as TM1 add-in is loaded. Even when we save the slice as manual mode, the next time when we open it up again, Excel will switch back to Auto calculation. This is really killing all the existing TM1 slices.

In the 9.4MR1 release guide, it mentioned that in order to disable the auto recalculate, we have to set the workbook variable to 0 for ALL THE SLICES....

Anyone has a better suggestion or comment? Or can confirm this is the cause ?

Re: TM1REBUILDOPTION problem

Posted: Fri Nov 06, 2009 1:46 pm
by BBrockman
Yes the TM1REBUILDOPTION is a named range found in active forms, setting this =0 will turn off the auto calculation function and prevent the entrie workbook from calculating when open.

Re: TM1REBUILDOPTION problem

Posted: Sat Nov 07, 2009 2:20 am
by kangkc
Thanks.
For classic pre-9.4 slices, this new workbook variable is not defined, the auto-calculation is switched on regardless of whether the workbook was saved as manual or auto calculation mode. Everytime we fire up Excel 2007 with tm1p.xla, it will always switch to Auto calculation mode. This is under Excel 2007

Interesting thing is we don't seems to see the same issue with Excel 2003. Workbook once saved as manual calculation, it will maintain as manual mode. Frankly I do not know whether this is a 2007 issues or a TM1 9.4MR1 + Excel 2007 issue. From the release guide, it seems to be a NEW 9.4MR1 design approach but we simply can't explain the Excel 2003 observation. Any suggestion?