Page 1 of 1

F9 Calculate Now is not working

Posted: Wed Sep 21, 2011 8:55 am
by sagit.saul
Recently we upgraded the TM1 system to the 9.5.2 version. I now noticed that the option to calculate all open sheets is not working when pressing the F9 or when clicking the icon.
Btw- this function should be used only when the manual calculation option is chosen. Do you know how can this be solved?

Admin note: Moved out of Bugs. Please read http://www.tm1forum.com/viewtopic.php?f=18&t=251 before posting in that forum.

Re: F9 Calculate Now is not working

Posted: Wed Sep 21, 2011 10:59 am
by lotsaram
Are you sure this isn't due to VBA code assigning F9 as a hotkey for something else? And in general are you 100% sure on this and if so can you give more detail on exactly what you think is happening.

We have recently done some very extensive testing of 9.5.2 and haven't uncovered anything similar.

Re: F9 Calculate Now is not working

Posted: Wed Sep 21, 2011 11:12 am
by qml
Also, further to lotsaram's suggestions, can you test if Application.Run("TM1RECALC") works? If it does and you're not able to uncover the reason for F9 not working (the most likely reason being F9 assigned to some other macro), you could produce a workaround by creating a custom menu item or toolbar item and assigning this short macro to it, and/or even assigning a keyboard shortcut to the macro.