Search found 3 matches

by Schatrandsch
Tue May 05, 2020 7:18 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: time requirement for F9/ALT-F9/SHIFT-F9 for slice versus active form of cube view
Replies: 0
Views: 3095

time requirement for F9/ALT-F9/SHIFT-F9 for slice versus active form of cube view

Dear all, we do a) slice b) "active form" a cube view. We do measure (several times but it is without fluctuations) afterwards the time needed to recalculate/rebuild the resulting Excel sheet. a) F9 --> 1 sec. a) ALT-F9 --> 1 sec. b) F9 --> 52 sec. b) ALT-F9 --> 39 sec. IBM says this is a ...
by Schatrandsch
Fri Jun 15, 2012 9:52 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: dynamic variable name in TI formula?
Replies: 2
Views: 5540

Re: dynamic variable name in TI formula?

Thank you lotsaram!

Now I remember, that I have read about this a while ago.

It wirks now this way:

LevelAntecessor = EXPAND ( '%' | 'level' | NUMBERTOSTRING(index) | '%' );
LevelSuccessor = EXPAND ( '%' | 'level' | NUMBERTOSTRING(index+1 ) | '%' );
by Schatrandsch
Thu Jun 14, 2012 2:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: dynamic variable name in TI formula?
Replies: 2
Views: 5540

dynamic variable name in TI formula?

Hello, I can use variables in formulas, of course. But can I define which variable to use itself within a formula? So far I can create the variable name by code, but that produces only a string with the name of the variable. I simplified my code to zoom on my problem. I want to get rid of the lines ...