A rules question
Posted: Fri Jul 06, 2012 3:44 pm
One final newbie question for the day!
To build my knowledge I have built two cubes with identical dimensions (dimTime, Quantity) and 2 different dimensions (dimCostCentertest, dimCostCenterFinal) that have identical elements. I'm trying to move data from RuleTest1 (with CostCenter1 dimension) to RuleTest2. I tried the following:
As an FYI, Quantity only has one element (Quantity) in it for testing purposes.
This rule throws the following error:

My understanding is that TM1 should be able to match up elements in different dimensions, but I'm obviously doing something wrong. Any assistance would be appreciated.
Mike
To build my knowledge I have built two cubes with identical dimensions (dimTime, Quantity) and 2 different dimensions (dimCostCentertest, dimCostCenterFinal) that have identical elements. I'm trying to move data from RuleTest1 (with CostCenter1 dimension) to RuleTest2. I tried the following:
Code: Select all
['Quantity'] = n: DB('RuleTest1', !Quantity, !dimCostCentertest , !dimTime);
This rule throws the following error:

My understanding is that TM1 should be able to match up elements in different dimensions, but I'm obviously doing something wrong. Any assistance would be appreciated.
Mike