Turbointegrator Importing Consolidated Elements
Posted: Tue May 10, 2011 7:45 pm
Hello,
I am using TM1 9.5.1
I am attempting to import consolidated elements from one TM1 Cube as n level elements into another cube.
Thus far I am not having much success, I can successfully import the elements if I adjust the cube view from the source cube to the N elements but the once I consolidate on one dimension for some reason no data pulls across to the target cube.
I am hoping that I am missing something simple.
Thanks in Advance
Chris
Cube A (Source Cube)
Version
Type
Cost Center
Accounts
Periods
Measures
Cube B (Target)
Cost Center
Accounts
Periods
V Measures
Info on Data Leaf:
V_Measure='D_YTD';
V_Acct='Sales';
if (VALUE_IS_STRING=1, CellPutS(SVALUE,'P_Plan',CostCenters,Periods,V_Acct,V_Measure), CellPutN(NVALUE, 'P_Plan', CostCenters,Periods,V_Acct,V_Measure));
I am using TM1 9.5.1
I am attempting to import consolidated elements from one TM1 Cube as n level elements into another cube.
Thus far I am not having much success, I can successfully import the elements if I adjust the cube view from the source cube to the N elements but the once I consolidate on one dimension for some reason no data pulls across to the target cube.
I am hoping that I am missing something simple.
Thanks in Advance
Chris
Cube A (Source Cube)
Version
Type
Cost Center
Accounts
Periods
Measures
Cube B (Target)
Cost Center
Accounts
Periods
V Measures
Info on Data Leaf:
V_Measure='D_YTD';
V_Acct='Sales';
if (VALUE_IS_STRING=1, CellPutS(SVALUE,'P_Plan',CostCenters,Periods,V_Acct,V_Measure), CellPutN(NVALUE, 'P_Plan', CostCenters,Periods,V_Acct,V_Measure));