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