TI process to read out a string-calculated cell
Posted: Fri Jul 01, 2011 8:46 pm
Hello all,
Had a busy week at customers and my brain doesn't work at full speed anymore I'm afraid.
I have a simple cube, 2 dimensions. Last dimension contains a string element called 'String'. Then, I have a very basic rule like:
['Elem','String']=S:'10';
'Elem' is just a simple element in the first dimension of the cube. If I just put this line of code in a TI process:
AsciiOutput('testfile.cma',CellGetS('MyTestCube','elem','String');
the file is indeed created, but with no contents (except for the 2 double quotes). The 10 does not show up in the file.
I also tried by feeding, including feedstrings and so on (cell is indeed fed), to no avail.
What am I missing here please?
Best regards, have a good weekend,
Wim
Had a busy week at customers and my brain doesn't work at full speed anymore I'm afraid.
I have a simple cube, 2 dimensions. Last dimension contains a string element called 'String'. Then, I have a very basic rule like:
['Elem','String']=S:'10';
'Elem' is just a simple element in the first dimension of the cube. If I just put this line of code in a TI process:
AsciiOutput('testfile.cma',CellGetS('MyTestCube','elem','String');
the file is indeed created, but with no contents (except for the 2 double quotes). The 10 does not show up in the file.
I also tried by feeding, including feedstrings and so on (cell is indeed fed), to no avail.
What am I missing here please?
Best regards, have a good weekend,
Wim