Search found 7 matches

by robert
Fri Nov 06, 2015 10:43 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Insert delay in TI process
Replies: 13
Views: 17873

Re: Insert delay in TI process

I'm using a little "sub"process. With an input parameter pWaitSec and this code in prolog: sNow = NumberToString(now); nTrenner = Scan('.', sNow); sTage=subst(sNow, 1, nTrenner - 1); nSecGesStart = StringToNumber(sTage) * 86400; nSecSinceMn = StringToNumber(TimSt (Now, '\h')) * 3600; nSecS...
by robert
Wed Oct 14, 2015 8:57 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Perspective Error
Replies: 1
Views: 1891

Re: TM1 Perspective Error

Hello, We also had the same behavior when wir run a VBA script. the VBA ran on error and the labels of the toolbar disappeared - each with on error message. the solution was: switch off the toolbar - run vba - switch on the toolbar. maybe this could help? http://www.tm1forum.com/viewtopic.php?f=3&am...
by robert
Wed Oct 14, 2015 8:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: [CAFE 10.2] How can the toolbar under the ribbon disappear ?
Replies: 8
Views: 9166

Re: [CAFE 10.2] How can the toolbar under the ribbon disappear ?

Hello, We also had problems with the toolbar - in interaction with VBA. the VBA ran on error and the labels of the toolbar disappeared. the solution was: switch off the toolbar - run vba - switch on the toolbar. mayby this could help? http://www.tm1forum.com/viewtopic.php?f=3&t=11011&p=52032...
by robert
Tue Sep 29, 2015 2:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: cool TI Editor - where to buy?
Replies: 5
Views: 5023

cool TI Editor - where to buy?

Hello together, on search for a good TI editor (not by the Performance Modeler!), i found one called "Vizier". The video looks realy good. :D https://www.youtube.com/watch?v=Jqr6WsOUiD8 But the web adreess www.viziersoftware.com is not present. :o Do anyone know where you can get this cool...
by robert
Mon Apr 20, 2015 1:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Application Server is not running
Replies: 8
Views: 8975

Re: TM1 Application Server is not running

I think, the file will be rebuild after saving Cognos Configuration.

http://www-01.ibm.com/support/docview.w ... wg1PM63878
by robert
Tue Oct 21, 2014 9:39 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Ribbon deactivate or activate
Replies: 2
Views: 4588

TM1 Ribbon deactivate or activate

to avoid some problems with the tm1 ribbon while running vba-code you can deactivate the ribbon. Sub TM1_Ribbon_laden () ChDir "C:\Program Files (x86)\ibm\cognos\tm1\bin" Workbooks.Open Filename:="C:\Program Files (x86)\ibm\cognos\tm1\bin\tm1pRibbonX.xlam" Application.Run "R...