Search found 3 matches
- Thu Aug 22, 2013 5:32 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 TI Error Data is not Real
- Replies: 14
- Views: 12138
Re: TM1 TI Error Data is not Real
Thus you have your error. With the "Cell Type is real" error TM1 is telling you that you are attempting to write string data with CellPutS into a numeric leaf cell. Hi lotsaram, My data output for column "Signs" from SQL stored procedure is in varchar which is equal to string. A...
- Tue Aug 20, 2013 7:27 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 TI Error Data is not Real
- Replies: 14
- Views: 12138
Re: TM1 TI Error Data is not Real
Hi Andy,
The Variable Type is "String"
The Variable Type is "String"
- Tue Aug 20, 2013 5:32 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 TI Error Data is not Real
- Replies: 14
- Views: 12138
TM1 TI Error Data is not Real
Hello fellow forum-er, I have encountered a "Cell Type is real" error whenever I execute my TM1 TI. I had checked on the net and its seems to be due to writing a invalid data type into a cell. However, it seems strange to me as my datatype is the same as that I had declared in TM1. My vari...