Seeding Cubes with extended account and UD1 dimension
Hi community,
For one of my clients I need to do the following:
In cube 1 data is entered on an extended account dimension and extended UD1 dimension.
Account dimension
RootAccountDimension
DetailedAccounts (members :10100) linked to cube 2
GLAccounts (members : 100001, 100002, 100003) linked to cube 1
UD1 Dimensions
RootUD1Dim
SummaryUD1 (members :None) linked to cube 2
DetailedUD1 (members :Prop1, Prop2, Prop3, Prop4) linked to cube 1
Account Example is 100001, 100002, 100003 roll up to 10010 which is therefor a parent in cube 1 and is a base account in cube 2. Same for UD1 which has details in cube 1 and no UD1 details in cube 2. Example for UD1 is details prop1, prop2, prop3 and only the None member in cube 2
The data from cube 1 (entered on account and UD1 details) then needs to be seeded to cube 2 which has different account and UD1 details which are on a higher level. Amount for account 100001, 100002, 100003 needs to be seeded to 10100 and sum of UD1 details need to be seeded to UD1 None in cube2.
Below is the start of a business rule that i used but does not give the expected outcome
cube1 | Cube2 | |||||
Account | UD1 | Amount | Account | UD1 | Amount | |
100001 | Prop1 | 100 | 10100 | None | 900 | |
Prop2 | 100 | |||||
Prop3 | 100 | |||||
100002 | Prop1 | 100 | ||||
Prop2 | 100 | |||||
Prop3 | 100 | |||||
100003 | Prop1 | 100 | ||||
Prop2 | 100 | |||||
Prop3 | 100 | |||||
900 |
The example is just a short version of the full dataset.
Hope somebody has come across this issue before and has a solution for this that we can use.