ASCII OUTPUT FOR CELLGETS function
Posted: Fri Jul 19, 2013 9:32 pm
Hi There
I am trying to run an ASCIIOUTPUT on a CELLGETS function in TM1 10.1.
my code is below for the CELLGETS and ASCIIOUTPUT. In the CELLGETS, I know there is a value in the combination that is contained in the formula but I want the TI to produce an ASCIIOUTPUT. I dont know if my syntax is correct because i am getting "" blank in my output file but I know there should be a string.
PLE = CELLGETS ( cubSource , 'Original', ManagementEntity, PurchasingManagementEntity, 'C100V', Channel, 'Local' , Region, ProductLine, 'IO', PACProductSKU, RefMYF, 'Purchasing Legal Entity ') ;
ASCIIOUTPUT(sUserLogFile1, PLE, cubSource , 'Original', ManagementEntity, PurchasingManagementEntity, 'C100V', Channel, 'Local' , Region, ProductLine, 'IO', PACProductSKU, RefMYF, 'Purchasing Legal Entity ') ;
Any idea what could be wrong?
thanks
Hiten
I am trying to run an ASCIIOUTPUT on a CELLGETS function in TM1 10.1.
my code is below for the CELLGETS and ASCIIOUTPUT. In the CELLGETS, I know there is a value in the combination that is contained in the formula but I want the TI to produce an ASCIIOUTPUT. I dont know if my syntax is correct because i am getting "" blank in my output file but I know there should be a string.
PLE = CELLGETS ( cubSource , 'Original', ManagementEntity, PurchasingManagementEntity, 'C100V', Channel, 'Local' , Region, ProductLine, 'IO', PACProductSKU, RefMYF, 'Purchasing Legal Entity ') ;
ASCIIOUTPUT(sUserLogFile1, PLE, cubSource , 'Original', ManagementEntity, PurchasingManagementEntity, 'C100V', Channel, 'Local' , Region, ProductLine, 'IO', PACProductSKU, RefMYF, 'Purchasing Legal Entity ') ;
Any idea what could be wrong?
thanks
Hiten