Search found 3 matches
- Mon Apr 14, 2014 1:35 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ActiveForm display of numbers incorrect from TM1
- Replies: 3
- Views: 3448
Re: ActiveForm display of numbers incorrect from TM1
Hi! Can you tell a little bit more about your issue? Did you create your view from CubeViewer and didn't modify anything? If you modify few things, then it may be for multiple reasons. When you edit your formula in Excel (F2) and then validate your formula, do you get your number? If yes, check your...
- Thu Jul 19, 2012 1:04 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Counter in while loop
- Replies: 13
- Views: 11072
Re: Counter in while loop

Tell me if it worked

- Thu Jul 19, 2012 12:55 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Counter in while loop
- Replies: 13
- Views: 11072
Re: Counter in while loop
I think that you want to retrieve the variable name from the concatenation of 'Departement_' and a number i in your while. I think that you should try the "Expand" function. Something like that " expand('%Departement_'|numbertostring(i)|'%') " should give you the variable value. ...