Search found 3 matches
- Wed Apr 26, 2017 9:15 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Your Experience with TM1 10.2.2 and IBM's Support
- Replies: 26
- Views: 24767
Re: Your Experience with TM1 10.2.2 and IBM's Support
For repeat totals in excelsheet cells use Conditional Formatting with Formula =0=0 (or other signs that you use in Format Range) and black color font.
- Wed Apr 26, 2017 8:32 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ODBC Drill Through on any Level of Element
- Replies: 6
- Views: 6442
Re: ODBC Drill Through on any Level of Element
Thank you guys. Great code and examples! I little will update the topic. First In TM1 Drill Process in the Prolog Tab write (Thx rmackenzie ): vUserLogin = TM1User () ; vUserName = ATTRS ( '}Clients' , vUserLogin , '}TM1_DefaultDisplayValue' ) ; ##### Company # variable for generated SQL sSQL=''; # ...
- Wed Nov 17, 2010 11:20 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 API Execute process
- Replies: 1
- Views: 3022
Re: TM1 API Execute process
First: Create three processes : ChoreLoggingBegin with code in Epilog : StringGlobalVariable('MailMessage'); MailMessage = CHAR(13) | '*** Start Logging ***' | CHAR(13); ExecuteProcess('ChoreLoggingResult', 'bInit', 0, 'sProcessName', ''); ChoreLoggingEnd with code in Epilog : SetInputCharacterSet(...