Problem copying data between 2 cubes using TI
Posted: Wed Jan 08, 2020 6:30 pm
Hello,
I have a source cube "ca_tax" and a target cube "ca_bal_sheet_cash_flow".
the source cube has 3 dimensions: Years, Company_BU, Tax_Meas
the target cube has 3 dimensions: Years, Company, Statementline
"Deferred tax Asset" and "Deferred Tax Liability" exist in both Tax_Meas and StatementLine dimensions.
The difference between dimensions "Company_BU" and "Company" is that "Company" has only the consolidated elements from "Company_BU":
i.e. in dimension Company_BU, I have BU
31101
31102
31103
31104
31105 all rolled up into company 31
where in dimension Company, I only have 31 as an element.
I can't use DB directly in rules to pull DTA/DTL as this triggers circular references given how the other balance sheet items are calculated. So I came up with a TI to copy the data over from source to target. However nothing got copied although the subsets and views were created successfully in both cubes. Is it because "31" is a consolidated element in the source view and a level-0 element in the target view? Can someone please show me how to make this work?
thanks so much,
I have a source cube "ca_tax" and a target cube "ca_bal_sheet_cash_flow".
the source cube has 3 dimensions: Years, Company_BU, Tax_Meas
the target cube has 3 dimensions: Years, Company, Statementline
"Deferred tax Asset" and "Deferred Tax Liability" exist in both Tax_Meas and StatementLine dimensions.
The difference between dimensions "Company_BU" and "Company" is that "Company" has only the consolidated elements from "Company_BU":
i.e. in dimension Company_BU, I have BU
31101
31102
31103
31104
31105 all rolled up into company 31
where in dimension Company, I only have 31 as an element.
I can't use DB directly in rules to pull DTA/DTL as this triggers circular references given how the other balance sheet items are calculated. So I came up with a TI to copy the data over from source to target. However nothing got copied although the subsets and views were created successfully in both cubes. Is it because "31" is a consolidated element in the source view and a level-0 element in the target view? Can someone please show me how to make this work?
thanks so much,