I am new to TM1 and trying to create a TM1 process to write data into .csv file from a cube view and for the same i m using asciioutput function.
Below is the function and the error message.
Code: Select all
asciioutput('file.csv
',version
,category
,detail
,unit
,component
,numlist
,period
,numbertostring(value));
the above mentioned error is coming for all the records,Data source line (1) error: data procedure line(0):cannot convert field number 8,value held for approval to a real number.
Could anyone of u please help me out.
thanks in advance....
