Search found 1 match
- Wed May 01, 2013 4:35 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TI: When StringToNumber returns an undefined value...
- Replies: 9
- Views: 8765
Re: TI: When StringToNumber returns an undefined value...
Hi, The minor error using the numbr function is due to the presence of the "e" character in some of the values. This character is used by TM1 in the number definition (2e3 = 8). I used the code below to get around this issue (i was trying to identify if my value was a string or a number) :...