CellGetS fails to retrieve calculated string values
Posted: Wed Jul 18, 2012 4:34 pm
Hi everybody,
I'm facing strange issues with CellGetS in a TI process.
When i'm trying to retrieve a String value using CellGetS from my TI, it returns empty string.
The value I want to retrieve is calculated by rule.
My model is very simple:
CellGetN works fine for the 2 versions.
Any idea why CellGetS fails to retrieve calculated string values ?
Thanks in advance !
Guillaume
I'm facing strange issues with CellGetS in a TI process.
When i'm trying to retrieve a String value using CellGetS from my TI, it returns empty string.
The value I want to retrieve is calculated by rule.
My model is very simple:
- - 1 cube with 3 dimensions (Version, Dim1, Dim2).
The third dimension (Dim2) contains Numeric and String elements.
- 1 rule to calculate a version from another version- MyCalcVersion = N: MySourceVersion
MyCalcVersion = S: MySourceVersion
- MyCalcVersion = N: MySourceVersion
CellGetN works fine for the 2 versions.
Any idea why CellGetS fails to retrieve calculated string values ?
Thanks in advance !

Guillaume