Shift-F9 <> "Calculate Sheet"
-
- Posts: 3
- Joined: Tue Feb 05, 2013 2:36 pm
- OLAP Product: TM1 CX
- Version: 10.1
- Excel Version: 2010
Shift-F9 <> "Calculate Sheet"
I've been poking around in the forum for something on this. Either it's not here or I'm missing it. Hopefully it's the former. My issue: I'm using CX 10.1 and have installed my clients using the the Cognos dashboard link against my local TM1 server. We're using Excel 2010. What I'm seeing is that F9 is quite a bit faster (~4x) at refreshing than clicking Formulas > "Calculate Now" and, likewise, Shift-F9 is faster than clicking Formulas > "Calculate Sheet". I thought F9 and Shift-F9 were just shortcuts to the calculate buttons on the Formulas ribbon. What I'm seeing suggests otherwise. Is this a known issue? Any thoughts?
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Shift-F9 <> "Calculate Sheet"
Do a search on TM1 Ribbon. It can cause problems so you may want to disable it.seerwright wrote:I've been poking around in the forum for something on this. Either it's not here or I'm missing it. Hopefully it's the former. My issue: I'm using CX 10.1 and have installed my clients using the the Cognos dashboard link against my local TM1 server. We're using Excel 2010. What I'm seeing is that F9 is quite a bit faster (~4x) at refreshing than clicking Formulas > "Calculate Now" and, likewise, Shift-F9 is faster than clicking Formulas > "Calculate Sheet". I thought F9 and Shift-F9 were just shortcuts to the calculate buttons on the Formulas ribbon. What I'm seeing suggests otherwise. Is this a known issue? Any thoughts?
-
- Posts: 3
- Joined: Tue Feb 05, 2013 2:36 pm
- OLAP Product: TM1 CX
- Version: 10.1
- Excel Version: 2010
Re: Shift-F9 <> "Calculate Sheet"
I thought that issue was only Excel 2007, but I'll check it out. It's a good thought. I chased my tail for a couple of hours this morning before I figured this subtlety out.
-
- MVP
- Posts: 3706
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Shift-F9 <> "Calculate Sheet"
It is not so much a "known issue" as a known fact of running the TM1 add-in. Try for yourself and record a macro of F9 and shift+F9 with and without TM1 running and you will get Applicaton.Calculate and Activesheet.Calculate versus Application.Run "TM1RECALC" and Application.Run "TM1RECALC1"seerwright wrote:I thought F9 and Shift-F9 were just shortcuts to the calculate buttons on the Formulas ribbon. What I'm seeing suggests otherwise. Is this a known issue? Any thoughts?
Perspectives runs these macros on the calculation hotkeys and takes over control of calculation which enables more efficient ordering and batching of communication back and forth between client and TM1 server and therefore faster recalculation times, especially with proper use of VIEW and DBRW formulas. If you let normal Excel calculation sequence and priority manage the calculation of formulas Excel sees as volatile that TM1 sees as batch it stands to reason that performance won't be at the same level.
The issue of Ribbon re-drawing on cell context change is another issue. It is also not great for performance, especially with 2007 and 9.4/9.5.1 - vastly improved with 9.5.2/10.1 and 2010 but can still slow down especially over Citrix and poor networks. But I think the root of your question is as explained above.
-
- Posts: 11
- Joined: Mon Feb 04, 2013 11:30 pm
- OLAP Product: Product
- Version: Version
- Excel Version: Version
- Location: Location
Re: Shift-F9 <> "Calculate Sheet"
Hi,tomok wrote:Do a search on TM1 Ribbon. It can cause problems so you may want to disable it.seerwright wrote:I've been poking around in the forum for something on this. Either it's not here or I'm missing it. Hopefully it's the former. My issue: I'm using CX 10.1 and have installed my clients using the the Cognos dashboard link against my local TM1 server. We're using Excel 2010. What I'm seeing is that F9 is quite a bit faster (~4x) at refreshing than clicking Formulas > "Calculate Now" and, likewise, Shift-F9 is faster than clicking Formulas > "Calculate Sheet". I thought F9 and Shift-F9 were just shortcuts to the calculate buttons on the Formulas ribbon. What I'm seeing suggests otherwise. Is this a known issue? Any thoughts?
Do you mean to disable the TM1 Ribbon without unloading the Perspectives Macro? If so, how do you do this?
Omar
-
- MVP
- Posts: 3706
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Shift-F9 <> "Calculate Sheet"
Elementary dear Watson, just rename or delete tm1pRibbonX.xlam from the client bin directory (no TM1 ribbon the next time you load Perspectives, you'll get TM1 toolbars in the Add-Ins ribbon tab instead).Tetsuo331 wrote:Do you mean to disable the TM1 Ribbon without unloading the Perspectives Macro? If so, how do you do this?
-
- Posts: 11
- Joined: Mon Feb 04, 2013 11:30 pm
- OLAP Product: Product
- Version: Version
- Excel Version: Version
- Location: Location
Re: Shift-F9 <> "Calculate Sheet"
Of course! What was I thinking about?lotsaram wrote:Elementary dear Watson, just rename or delete tm1pRibbonX.xlam from the client bin directory (no TM1 ribbon the next time you load Perspectives, you'll get TM1 toolbars in the Add-Ins ribbon tab instead).Tetsuo331 wrote:Do you mean to disable the TM1 Ribbon without unloading the Perspectives Macro? If so, how do you do this?

Thank you !

-
- Posts: 11
- Joined: Mon Feb 04, 2013 11:30 pm
- OLAP Product: Product
- Version: Version
- Excel Version: Version
- Location: Location
Re: Shift-F9 <> "Calculate Sheet"
Works for me! Thanks!Tetsuo331 wrote:Of course! What was I thinking about?lotsaram wrote:Elementary dear Watson, just rename or delete tm1pRibbonX.xlam from the client bin directory (no TM1 ribbon the next time you load Perspectives, you'll get TM1 toolbars in the Add-Ins ribbon tab instead).Tetsuo331 wrote:Do you mean to disable the TM1 Ribbon without unloading the Perspectives Macro? If so, how do you do this?I'll try this as soon as possible!
Thank you !
-
- Posts: 3
- Joined: Tue Feb 05, 2013 2:36 pm
- OLAP Product: TM1 CX
- Version: 10.1
- Excel Version: 2010
Re: Shift-F9 <> "Calculate Sheet"
lotsaram- Great answer. I've been using TM1 a while and never knew that. I guess I've never come across a user who uses the actual calculate buttons until recently, so the question hasn't come up.