User define variables in data tab
Posted: Wed Aug 28, 2013 1:40 pm
Hi All,
I am using a text file to load data into TM1 cube . some of the coloumns in source file has different naming convention to dimension elements in TM1 so in order to map
it properly i am using user define variable to map the elements and load data as these are user defined varibales they get updated only after system generated code in data/metadata tab.
I want to skip elements that are not present in dimension using ITEMSKIP so that i can avoid errors in log file .
i got vDept as department variable defined from text file (data source ) i cannot use as is in TM1 so i made modification in user define variable
vTM1DepartmentName = X|vDept|Y in variable tab
In data tab before system generated code when i try to perform ASCIIouput on vTM1DepartmentName,vDept i can see only Xy, departmentname in the output
can any one tell me why vDept is skiped from vTM1DepartmentName variable even though vDept is data source generated variable and vTM1DepartmentName is already updated in Meta data tab so it should be avaiable in data tab.
I might be missing some basic point but i am intrested in knowing the reason for it .
Thanks for your time in advance
I am using a text file to load data into TM1 cube . some of the coloumns in source file has different naming convention to dimension elements in TM1 so in order to map
it properly i am using user define variable to map the elements and load data as these are user defined varibales they get updated only after system generated code in data/metadata tab.
I want to skip elements that are not present in dimension using ITEMSKIP so that i can avoid errors in log file .
i got vDept as department variable defined from text file (data source ) i cannot use as is in TM1 so i made modification in user define variable
vTM1DepartmentName = X|vDept|Y in variable tab
In data tab before system generated code when i try to perform ASCIIouput on vTM1DepartmentName,vDept i can see only Xy, departmentname in the output
can any one tell me why vDept is skiped from vTM1DepartmentName variable even though vDept is data source generated variable and vTM1DepartmentName is already updated in Meta data tab so it should be avaiable in data tab.
I might be missing some basic point but i am intrested in knowing the reason for it .
Thanks for your time in advance